mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 23:34:10 +01:00
add missing semicolons
This commit is contained in:
committed by
Kris Maglione
parent
67e5788fd5
commit
01a7ead528
@@ -176,7 +176,7 @@ function Search() //{{{
|
||||
return;
|
||||
}
|
||||
|
||||
var baseNode = <span highlight="Search"/>
|
||||
var baseNode = <span highlight="Search"/>;
|
||||
baseNode = util.xmlToDom(baseNode, window.content.document);
|
||||
|
||||
var body = doc.body;
|
||||
|
||||
Reference in New Issue
Block a user