Fix assignment
This commit is contained in:
parent
dea7a5e952
commit
0cbfb5f0e4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const messageHandler = {
|
|||
// We use this to catch redirected tabs that have just opened
|
||||
// If this were in platform we would change how the tab opens based on "new tab" link navigations such as ctrl+click
|
||||
LAST_CREATED_TAB_TIMER: 2000,
|
||||
BROWSER_NAME = (await browser.runtime.getBrowserInfo()).name.toLowerCase(),
|
||||
BROWSER_NAME: (await browser.runtime.getBrowserInfo()).name.toLowerCase(),
|
||||
|
||||
init() {
|
||||
// Handles messages from webextension code
|
||||
|
|
Loading…
Add table
Reference in a new issue