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

@@ -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;
});