Bug 1245649: Turn on no-extra-semi. r=markh

This commit is contained in:
Dave Townsend
2016-02-03 17:27:36 -08:00
parent 8e54bd9bcf
commit a215a4a95a
103 changed files with 160 additions and 160 deletions

View File

@@ -204,7 +204,7 @@ function CreatePocketWidget(reason) {
}
});
};
}
// PocketContextMenu
// When the context menu is opened check if we need to build and enable pocket UI.
@@ -226,7 +226,7 @@ var PocketContextMenu = {
}
},
observe: function(aSubject, aTopic, aData) {
let subject = aSubject.wrappedJSObject;;
let subject = aSubject.wrappedJSObject;
let document = subject.menu.ownerDocument;
let window = document.defaultView;
let pocketEnabled = CustomizableUI.getPlacementOfWidget("pocket-button");