mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 12:02:27 +01:00
Fix global reference to SBGetBrowser in config.stop.
--HG-- extra : rebase_source : b5f287418fe2087af5c8c1db83eb6cf995a1e66e
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}, {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user