aboutsummaryrefslogtreecommitdiffstats
path: root/migemo-find.js
diff options
context:
space:
mode:
Diffstat (limited to 'migemo-find.js')
-rw-r--r--migemo-find.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/migemo-find.js b/migemo-find.js
index 94e19ed..33d935d 100644
--- a/migemo-find.js
+++ b/migemo-find.js
@@ -52,6 +52,10 @@ liberator.plugins.migemoFind = (function() {
return;
}
+ // for 2.1pre
+ if (typeof search == "undefined") {
+ search = finder;
+ }
search.migemo = XMigemoFind.wrappedJSObject;
search.migemo.target = window.gBrowser;