webextension: Added browser to list of globals.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-06-15 02:48:38 +02:00
parent f90883c412
commit 81d4a7f396
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* globals browser */
function save_options(e)
{
browser.storage.sync.set(

View File

@ -1,3 +1,5 @@
/* globals browser */
let taburl = "";
const txttags = document.getElementById("txttags");