voloko-sdoc 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -268,7 +268,7 @@ Searchdoc.Searcher.prototype = new function() {
|
|
268
268
|
matchFunc = matchPass1;
|
269
269
|
hltFunc = highlightQuery;
|
270
270
|
} else if (state.pass == 1) {
|
271
|
-
matchFunc =
|
271
|
+
matchFunc = matchPass2;
|
272
272
|
hltFunc = highlightQuery;
|
273
273
|
} else if (state.pass == 2) {
|
274
274
|
matchFunc = matchPassRegexp;
|