aboutsummaryrefslogtreecommitdiffstats
path: root/migemized_find.js
diff options
context:
space:
mode:
Diffstat (limited to 'migemized_find.js')
-rw-r--r--migemized_find.js2
1 files changed, 1 insertions, 1 deletions
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);