Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws

MozReview-Commit-ID: FGFwg6TYkvm
This commit is contained in:
Dave Townsend
2016-11-11 15:22:34 -08:00
parent 4e295aa48d
commit e7b1b3284f
345 changed files with 1819 additions and 1821 deletions

View File

@@ -35,7 +35,7 @@ const gfxFrameScript = {
return aUri.endsWith("/sanitytest.html");
},
onStateChange: function (webProgress, req, flags, status) {
onStateChange: function(webProgress, req, flags, status) {
if (webProgress.isTopLevel &&
(flags & Ci.nsIWebProgressListener.STATE_STOP) &&
this.isSanityTest(req.name)) {