Changeset 22319

Show
Ignore:
Timestamp:
10/29/08 18:35:00 (5 years ago)
Author:
janus_wel
Message:

remove temporary code
- global object 'plugins' is harmful, so update this plugin plz

Files:
1 modified

Legend:

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

    r21797 r22319  
    11// Vimperator plugin: 'Hint Matching with XUL/Migemo' 
    2 // Last Change: 21-Oct-2008. Jan 2008 
     2// Last Change: 29-Oct-2008. Jan 2008 
    33// License: Creative Commons 
    44// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid 
     
    2020    return function(hintString) r.test(hintString); 
    2121} 
    22  
    23 plugins = {}; 
    24 plugins.customHintMatcher = liberator.plugins.customHintMatcher;