diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-10-15 04:39:36 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-10-15 04:39:36 +1100 |
commit | 496ea687f6cb5b28b13bb5c01031bffbbc0af1c6 (patch) | |
tree | d1ccd33d378f981d4a3012db50d03dcaf0b84723 /melodactyl | |
parent | 87b033d41d80588cd78f32905c0f11dd932abbf5 (diff) | |
download | pentadactyl-496ea687f6cb5b28b13bb5c01031bffbbc0af1c6.tar.gz |
Remove definition of unused window.BrowserStop for Melodactyl.
--HG--
extra : rebase_source : 5b8db1160f32e5d61ef08cebe95d9b5b04b85f01
Diffstat (limited to 'melodactyl')
-rw-r--r-- | melodactyl/content/config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index 8c98222f..69ca5727 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -17,10 +17,6 @@ const Config = Module("config", ConfigBase, { window.toJavaScriptConsole = function () { toOpenWindowByType("global:console", "chrome://global/content/console.xul"); }; - - window.BrowserStop = function () { - SBGetBrowser().mCurrentBrowser.stop(); - }; }, /*** optional options, there are checked for existence and a fallback provided ***/ |