diff options
author | anekos | 2010-06-05 15:19:36 +0000 |
---|---|---|
committer | anekos | 2010-06-05 15:19:36 +0000 |
commit | e0b5fcf6713094d4424287fb39f6d76c220933ea (patch) | |
tree | 7d0b639e15616e586f0d386963c365eb8d7cdf3b | |
parent | 0fcbdf2072c570cfa210f5d8a50a37df658a938c (diff) | |
download | vimperator-plugins-e0b5fcf6713094d4424287fb39f6d76c220933ea.tar.bz2 |
nyaaaaaps
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37805 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | gmail-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmail-commando.js b/gmail-commando.js index d826380..b3980bf 100755 --- a/gmail-commando.js +++ b/gmail-commando.js @@ -395,7 +395,7 @@ let INFO = gv.split(/\s+/), cmd + ' - Gmail Commando', function () { - Commands.translate(); + Commands[cmd](); }, { matchingUrls: RegExp('https://mail\\.google\\.com/mail/*') |