From dc490eccdc5bc1f3c0a67f6e398c1e4300fa0b81 Mon Sep 17 00:00:00 2001 From: snaka Date: Sat, 4 Jul 2009 01:24:18 +0000 Subject: Removed some debug code. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34289 d0d07461-0603-4401-acd4-de1884942a52 --- auto_word_select_mode.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'auto_word_select_mode.js') 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: -- cgit v1.2.3