mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 09:25:45 +01:00
some trivial formatting fixes
This commit is contained in:
@@ -196,7 +196,7 @@ function clearHighlight()
|
||||
var docfrag = doc.createDocumentFragment();
|
||||
var next = elem.nextSibling;
|
||||
var parent = elem.parentNode;
|
||||
while((child = elem.firstChild)) {
|
||||
while ((child = elem.firstChild)) {
|
||||
docfrag.appendChild(child);
|
||||
}
|
||||
parent.removeChild(elem);
|
||||
|
||||
Reference in New Issue
Block a user