Changeset 34289

Show
Ignore:
Timestamp:
07/04/09 10:24:18 (4 years ago)
Author:
snaka
Message:

Removed some debug code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/auto_word_select_mode.js

    r34288 r34289  
    326326        controller[caretModeMethod](caretModeArg, false); 
    327327 
    328       if (selectable()) { 
    329         liberator.dump(selectable()); 
    330         selectWord(); 
    331       } 
     328      if (selectable()) selectWord(); 
    332329    }, 
    333330    extraInfo 
     
    368365// }}} 
    369366 
    370 liberator.dump("loading ..."); 
    371 setTimeout(function() commandline.close(), 1000); 
    372367})(); 
    373368