diff options
author | anekos | 2010-03-25 14:03:56 +0000 |
---|---|---|
committer | anekos | 2010-03-25 14:03:56 +0000 |
commit | a4da591c0ea65726796826b0efd4996cb7b4c8e3 (patch) | |
tree | 9babdb1d636dfa93142644201516d3a4aaed6bab | |
parent | ae85c86cdfc254185de21bd2b09bd9e2b8ba2dc0 (diff) | |
download | vimperator-plugins-a4da591c0ea65726796826b0efd4996cb7b4c8e3.tar.bz2 |
nyaaps
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37091 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | x-hint.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ let INFO = let (hintModeText = 'x-hint-do', js = null) { hints.addMode( - 'x-hint-do', + hintModeText, 'X-Hint DO', function (elem) { let context = {__proto__: modules.userContext, elem: elem}; |