mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 22:15:46 +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?
|
// FIXME: tab arg and media tab exception?
|
||||||
stop: function (tab) {
|
stop: function (tab) {
|
||||||
SBGetBrowser().mCurrentBrowser.stop();
|
window.SBGetBrowser().mCurrentBrowser.stop();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user