1
0
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:
Doug Kearns
2011-02-24 23:28:17 +11:00
parent 46ac3c272e
commit 7613152963

View File

@@ -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();
}
}, {
/**