From feed431d0c36ae16b463dc924502b3e233500dd8 Mon Sep 17 00:00:00 2001 From: janus_wel Date: Wed, 29 Oct 2008 09:35:00 +0000 Subject: remove temporary code - global object 'plugins' is harmful, so update this plugin plz git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22319 d0d07461-0603-4401-acd4-de1884942a52 --- migemo_hint.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'migemo_hint.js') 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 - 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; -- cgit v1.2.3