aboutsummaryrefslogtreecommitdiffstats
path: root/happy_hacking_vimperator.js
diff options
context:
space:
mode:
authoranekos2008-12-07 05:04:50 +0000
committeranekos2008-12-07 05:04:50 +0000
commitf44b96554c459335e99c96b653051d802be50f01 (patch)
treeecdee593cda6e93a786d64b40f72acb775502573 /happy_hacking_vimperator.js
parent8e94121e416db446d971c4e4fccd5784959cce6b (diff)
downloadvimperator-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.js2
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();