diff --git a/src/store.js b/src/store.js index 47752758f..dc0ad357d 100644 --- a/src/store.js +++ b/src/store.js @@ -38,7 +38,7 @@ class Store { checkRequirements(){ try { let store; - if (typeof localforage === "undefined") { + if (typeof store === "undefined") { store = localforage; } this.storage = store.createInstance({