diff options
author | anekos | 2008-12-07 05:04:50 +0000 |
---|---|---|
committer | anekos | 2008-12-07 05:04:50 +0000 |
commit | f44b96554c459335e99c96b653051d802be50f01 (patch) | |
tree | ecdee593cda6e93a786d64b40f72acb775502573 /happy_hacking_vimperator.js | |
parent | 8e94121e416db446d971c4e4fccd5784959cce6b (diff) | |
download | vimperator-plugins-f44b96554c459335e99c96b653051d802be50f01.tar.bz2 |
oooooops
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26037 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'happy_hacking_vimperator.js')
-rw-r--r-- | happy_hacking_vimperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js index 46cfae4..b611f32 100644 --- a/happy_hacking_vimperator.js +++ b/happy_hacking_vimperator.js @@ -39,7 +39,7 @@ function kill (msg) { return function (event) { - if (ignore || !enabled) + if (ignore) return; event.preventDefault(); event.stopPropagation(); |