1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 01:54:12 +01:00

Remove definition of unused window.BrowserStop for Melodactyl.

--HG--
extra : rebase_source : 5b8db1160f32e5d61ef08cebe95d9b5b04b85f01
This commit is contained in:
Doug Kearns
2010-10-15 04:39:36 +11:00
parent 87b033d41d
commit 496ea687f6

View File

@@ -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 ***/