зеркало из https://github.com/mozilla/pjs.git
cosmetic space removal. Bug 189036, r=caillon, sr=jag
This commit is contained in:
Родитель
22f37f0224
Коммит
f561a50e8c
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче