Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
MozReview-Commit-ID: FGFwg6TYkvm
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user