From 761315296367e56e708de5b87aa0cfc91cd6b47d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 24 Feb 2011 23:28:17 +1100 Subject: [PATCH] Fix global reference to SBGetBrowser in config.stop. --HG-- extra : rebase_source : b5f287418fe2087af5c8c1db83eb6cf995a1e66e --- melodactyl/content/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index ad44c846..e8991545 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -216,7 +216,7 @@ const Config = Module("config", ConfigBase, { // FIXME: tab arg and media tab exception? stop: function (tab) { - SBGetBrowser().mCurrentBrowser.stop(); + window.SBGetBrowser().mCurrentBrowser.stop(); } }, { /**