diff options
author | hogelog | 2008-11-28 11:33:40 +0000 |
---|---|---|
committer | hogelog | 2008-11-28 11:33:40 +0000 |
commit | 16de0564ee0d0c264183f36832ab661bd8b88cd3 (patch) | |
tree | 401dedcad4e9be86ce199604058b227cd9b8cb69 /gmperator.js | |
parent | 7fdf0e7e0def412599f43a4c98a003be6f469782 (diff) | |
download | vimperator-plugins-16de0564ee0d0c264183f36832ab661bd8b88cd3.tar.bz2 |
* uniform :gmcommand source with others.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@25254 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'gmperator.js')
-rw-r--r-- | gmperator.js | 2 |
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++) { |