From 85873f6e2c28114662d474c07075bf2bd747a09a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 24 Feb 2011 17:10:49 +1100 Subject: [PATCH] Fix config.isPlayerWindow. Fixes player mode mappings. --- melodactyl/content/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index 7614bda9..b944cf81 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -86,7 +86,7 @@ const Config = Module("config", ConfigBase, { modes.pop(); }, - get isPlayerWindow() SBGetBrowser().mCurrentTab == SBGetBrowser().mediaTab, + get isPlayerWindow() window.SBGetBrowser().mCurrentTab == window.SBGetBrowser().mediaTab, /** * Shows or hides the main service pane.