Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe

MozReview-Commit-ID: RCSDEvvk2I
This commit is contained in:
Jared Wein
2016-08-16 15:44:15 -04:00
parent cc200d7f1f
commit 8860cdf2c1
130 changed files with 494 additions and 492 deletions

View File

@@ -309,7 +309,7 @@ SanityTest.prototype = {
// There's no clean way to have an invisible window and ensure it's always painted.
// Instead, move the window far offscreen so it doesn't show up during launch.
sanityTest.moveTo(100000000,1000000000);
sanityTest.moveTo(100000000, 1000000000);
tester.scheduleTest(sanityTest);
},
};