aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsecondlife2009-03-04 02:33:55 +0000
committersecondlife2009-03-04 02:33:55 +0000
commita840c92bebb4fb14ed349ba53ccbd26b52edbd19 (patch)
tree2b49bf5e663fae8eb1798c31e76f07700321ccb4
parent5f1ff8e04f173921b0fd4173bded1b22106ecad9 (diff)
downloadvimperator-plugins-a840c92bebb4fb14ed349ba53ccbd26b52edbd19.tar.bz2
gBrowser オブジェクトが変わると検索でエラーになるのを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30791 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--migemo-find.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/migemo-find.js b/migemo-find.js
index 2a99b69..b9cec5d 100644
--- a/migemo-find.js
+++ b/migemo-find.js
@@ -72,6 +72,7 @@ liberator.plugins.migemoFind = (function() {
evalWithContext(function () {
search.find = function (str) {
+ search.migemo.target = window.gBrowser;
search.migemo.find(false, str, options["linksearch"]);
searchString = searchPattern = search.migemo.lastFoundWord;
}