Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
MozReview-Commit-ID: HBpjT2uHJaZ
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user