From b0c5caee973007cd8fd81f1bce81e1c90bd3b19f Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 19 Jan 2015 20:37:34 +0900 Subject: KILL35Error --- migemized_find.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migemized_find.js') diff --git a/migemized_find.js b/migemized_find.js index 22a738e..5828acb 100644 --- a/migemized_find.js +++ b/migemized_find.js @@ -493,6 +493,7 @@ let INFO = xml` findAgain: function (reverse) { let backwards = !!(!this.lastDirection ^ !reverse); let last = this.storage.lastResult; + let start, end; let frames = this.currentFrames; @@ -515,7 +516,6 @@ let INFO = xml` this.removeHighlight(this.lastColor); let str = this.lastSearchExpr; - let start, end; let result; let ret = this.find(str, backwards, this.makeBodyRange(last.frame), start, end); -- cgit v1.2.3