Fix assignment

This commit is contained in:
Aaron-P 2019-04-14 19:43:35 -06:00 committed by GitHub
parent dea7a5e952
commit 0cbfb5f0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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