Missing ;
This commit is contained in:
parent
396c96efc9
commit
351feb4495
1 changed files with 1 additions and 1 deletions
|
@ -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"]);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue