aboutsummaryrefslogtreecommitdiffstats
path: root/gmperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'gmperator.js')
-rw-r--r--gmperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmperator.js b/gmperator.js
index 8a1781f..0b6118b 100644
--- a/gmperator.js
+++ b/gmperator.js
@@ -344,7 +344,7 @@ commands.addUserCommand(['gmset'], 'change settings for Greasemonkey scripts', /
scriptsCompleter(filter, false)
}
); //}}}
-liberator.commands.addUserCommand(["gmcommand", "gmcmd"], "run Greasemonkey Command", //{{{
+commands.addUserCommand(["gmcommand", "gmcmd"], "run Greasemonkey Command", //{{{
function(args, special) {
var commander = GM_BrowserUI.getCommander(getBrowser().selectedTab.linkedBrowser.contentWindow);
for (var i = 0; i < commander.menuItems.length; i++) {