1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:08:00 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-15 12:36:56 +00:00
parent 6044370007
commit b0dede3cba
2 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ liberator.Search = function () //{{{
this.endPt.setStart(body, count); this.endPt.setStart(body, count);
this.endPt.setEnd(body, count); this.endPt.setEnd(body, count);
for(let retRange in this.search(aWord, caseSensitive)) { for (let retRange in this.search(aWord, caseSensitive)) {
// Highlight // Highlight
var nodeSurround = baseNode.cloneNode(true); var nodeSurround = baseNode.cloneNode(true);
var node = this.highlight(retRange, nodeSurround); var node = this.highlight(retRange, nodeSurround);