1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 22:45:46 +01:00

Fix config.isPlayerWindow.

Fixes player mode mappings.
This commit is contained in:
Doug Kearns
2011-02-24 17:10:49 +11:00
parent 3b269d5c4d
commit 85873f6e2c

View File

@@ -86,7 +86,7 @@ const Config = Module("config", ConfigBase, {
modes.pop(); modes.pop();
}, },
get isPlayerWindow() SBGetBrowser().mCurrentTab == SBGetBrowser().mediaTab, get isPlayerWindow() window.SBGetBrowser().mCurrentTab == window.SBGetBrowser().mediaTab,
/** /**
* Shows or hides the main service pane. * Shows or hides the main service pane.