aboutsummaryrefslogtreecommitdiffstats
path: root/migemo_hint.js
diff options
context:
space:
mode:
Diffstat (limited to 'migemo_hint.js')
-rw-r--r--migemo_hint.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/migemo_hint.js b/migemo_hint.js
index c6dce2e..1fbe291 100644
--- a/migemo_hint.js
+++ b/migemo_hint.js
@@ -2,14 +2,14 @@
// Last Change: 05-Feb-2009.
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
-// Require: XUL/Migemo extension - https://addons.mozilla.org/firefox/addon/5239
+// Require: XUL/Migemo add-on - https://addons.mozilla.org/firefox/addon/5239
//
// extended hint matching with migemo for Vimperator
//
// Usage:
// :set hintmatching = custom
liberator.plugins.customHintMatcher = function(inputString){
- var XMigemoCore;
+ var XMigemoCore, XMigemoTextUtils;
try{
XMigemoCore = Cc['@piro.sakura.ne.jp/xmigemo/factory;1']
.getService(Components.interfaces.pIXMigemoFactory)