lib/gollum/public/gollum/livepreview/js/ace/lib/ace/search_highlight.js in gollum-3.1.2 vs lib/gollum/public/gollum/livepreview/js/ace/lib/ace/search_highlight.js in gollum-3.1.3
- old
+ new
@@ -69,12 +69,10 @@
this.cache[i] = ranges.length ? ranges : "";
}
for (var j = ranges.length; j --; ) {
markerLayer.drawSingleLineMarker(
- html, ranges[j].toScreenRange(session), this.clazz, config,
- null, this.type
- );
+ html, ranges[j].toScreenRange(session), this.clazz, config);
}
}
};
}).call(SearchHighlight.prototype);