Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
MozReview-Commit-ID: FGFwg6TYkvm
This commit is contained in:
@@ -68,7 +68,7 @@ add_task(function* init() {
|
||||
Services.telemetry.canRecordExtended = true;
|
||||
AddonWatcher.init();
|
||||
|
||||
registerCleanupFunction(function () {
|
||||
registerCleanupFunction(function() {
|
||||
AddonWatcher.paused = true;
|
||||
Services.telemetry.canRecordExtended = oldCanRecord;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user