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:
@@ -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 ***/
|
||||
|
||||
Reference in New Issue
Block a user