aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--migemo_hint.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/migemo_hint.js b/migemo_hint.js
index ac3651b..54326de 100644
--- a/migemo_hint.js
+++ b/migemo_hint.js
@@ -1,5 +1,5 @@
// Vimperator plugin: 'Hint Matching with XUL/Migemo'
-// Last Change: 21-Oct-2008. Jan 2008
+// Last Change: 29-Oct-2008. Jan 2008
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
// Require: XUL/Migemo extension - https://addons.mozilla.org/ja/firefox/addon/5239
@@ -19,6 +19,3 @@ liberator.plugins.customHintMatcher = function(inputString){
var r = new RegExp(XMigemoCore.getRegExp(inputString));
return function(hintString) r.test(hintString);
}
-
-plugins = {};
-plugins.customHintMatcher = liberator.plugins.customHintMatcher;