Missing ;

This commit is contained in:
tunefish 2018-02-20 01:53:35 +01:00
parent 396c96efc9
commit 351feb4495

View file

@ -83,7 +83,7 @@ const messageHandler = {
if (browser.contextualIdentities.onCreated) {
browser.contextualIdentities.onCreated.addListener(({contextualIdentity}) => {
assignManager.addContainerMenuEntry(contextualIdentity, ["all", "tab"])
assignManager.addContainerMenuEntry(contextualIdentity, ["all", "tab"]);
});
}