diff options
author | snaka | 2009-07-04 01:24:18 +0000 |
---|---|---|
committer | snaka | 2009-07-04 01:24:18 +0000 |
commit | dc490eccdc5bc1f3c0a67f6e398c1e4300fa0b81 (patch) | |
tree | ef91fd027e790502b5dd059bb0b24ee7aa681e90 /auto_word_select_mode.js | |
parent | 7cb0c6cd1106ab66c01cdde6d422929a1a1fd798 (diff) | |
download | vimperator-plugins-dc490eccdc5bc1f3c0a67f6e398c1e4300fa0b81.tar.bz2 |
Removed some debug code.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34289 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_word_select_mode.js')
-rw-r--r-- | auto_word_select_mode.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/auto_word_select_mode.js b/auto_word_select_mode.js index dbb12ce..f938b51 100644 --- a/auto_word_select_mode.js +++ b/auto_word_select_mode.js @@ -325,10 +325,7 @@ mappings.add( while (count--) controller[caretModeMethod](caretModeArg, false); - if (selectable()) { - liberator.dump(selectable()); - selectWord(); - } + if (selectable()) selectWord(); }, extraInfo ); @@ -367,8 +364,6 @@ function selectable() { } // }}} -liberator.dump("loading ..."); -setTimeout(function() commandline.close(), 1000); })(); // vim:sw=2 ts=2 et si fdm=marker: |