diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-02 21:01:49 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-02 21:01:49 -0800 |
commit | a01ca1f17c056179ab9040bf702429fdd97742d6 (patch) | |
tree | 96fa5ac220098ff55c400616d799df3d71c5afd6 /ext/bg/js/gecko.js | |
parent | 5ecca4627e4edd54b8af606c69aa51e4b659deef (diff) |
renaming things to make more sense
Diffstat (limited to 'ext/bg/js/gecko.js')
-rw-r--r-- | ext/bg/js/gecko.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/gecko.js b/ext/bg/js/gecko.js index f195fffc..3df07f0b 100644 --- a/ext/bg/js/gecko.js +++ b/ext/bg/js/gecko.js @@ -20,6 +20,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ + if (!chrome.storage.sync) { // https://bugzilla.mozilla.org/show_bug.cgi?id=1220494 chrome.storage.sync = chrome.storage.local; |