diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-28 19:22:28 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-28 19:22:28 -0800 |
commit | 944be5fa64c935940a33a3d2494833bfb17f3358 (patch) | |
tree | 42d5e26dbc7814ad8e2fb5af46abe4a6500b5959 /ext/bg/js/gecko.js | |
parent | 491480c4098df2ccc0258dc6b225bb72e8bdad08 (diff) |
adding more polyfill goodness for firefox
Diffstat (limited to 'ext/bg/js/gecko.js')
-rw-r--r-- | ext/bg/js/gecko.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/js/gecko.js b/ext/bg/js/gecko.js index a39610ff..f055e163 100644 --- a/ext/bg/js/gecko.js +++ b/ext/bg/js/gecko.js @@ -1,5 +1,3 @@ -console.log('blah'); - // // Gecko does not currently support chrome.storage.sync, use storage.local instead // https://bugzilla.mozilla.org/show_bug.cgi?id=1220494 |