mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Fixing bustage (missing closing parenthesis) in pageInfo.js
This commit is contained in:
parent
b2673560c4
commit
02ae4e9f97
@ -466,7 +466,7 @@ function grabAllLinks(aWindow,aDocument)
|
||||
if ("links" in aDocument)
|
||||
return theList.concat(aDocument.links);
|
||||
else
|
||||
return theList.concat(aDocument.getElementsByTagNameNS(XHTMLNS, "a");
|
||||
return theList.concat(aDocument.getElementsByTagNameNS(XHTMLNS, "a"));
|
||||
}
|
||||
|
||||
function openURL(target)
|
||||
|
Loading…
Reference in New Issue
Block a user