Bug 835456 - Cleanup whitespace. r=mfinkle

This commit is contained in:
Wes Johnston 2013-04-23 10:30:47 -07:00
parent 5a1dfa8467
commit 7f5f041183

View File

@ -134,7 +134,7 @@ let WebAppRT = {
let target = event.target;
// walk up the tree to find the nearest link tag
while(target && !(target instanceof HTMLAnchorElement)) {
while (target && !(target instanceof HTMLAnchorElement)) {
target = target.parentNode;
}
@ -142,9 +142,7 @@ let WebAppRT = {
return;
}
let uri = Services.io.newURI(target.href,
target.ownerDocument.characterSet,
null);
let uri = Services.io.newURI(target.href, target.ownerDocument.characterSet, null);
// Direct the URL to the browser.
Cc["@mozilla.org/uriloader/external-protocol-service;1"].