Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws

MozReview-Commit-ID: HBpjT2uHJaZ
This commit is contained in:
Dave Townsend
2016-11-10 14:48:04 -08:00
parent fbc6e6eb5f
commit 12596ced47
251 changed files with 696 additions and 696 deletions

View File

@@ -1,5 +1,5 @@
function run_test() {
var cmdLine=Components.classes["@mozilla.org/toolkit/command-line;1"].createInstance(Components.interfaces.nsICommandLine);
var cmdLine = Components.classes["@mozilla.org/toolkit/command-line;1"].createInstance(Components.interfaces.nsICommandLine);
try {
cmdLine.getArgument(cmdLine.length);
} catch (e) {}