mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
cosmetic space removal. Bug 189036, r=caillon, sr=jag
This commit is contained in:
parent
54f5f9969b
commit
1004a15b63
@ -100,7 +100,10 @@ HandlerOverride.prototype = {
|
||||
var currentExtension = extensionTargets.getNext();
|
||||
if (currentExtension) {
|
||||
currentExtension = currentExtension.QueryInterface(Components.interfaces.nsIRDFLiteral);
|
||||
extString += currentExtension.Value.toLowerCase() + " ";
|
||||
if (extString != "") {
|
||||
extString += " ";
|
||||
}
|
||||
extString += currentExtension.Value.toLowerCase();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user