mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
Merge 4df2fdd614
into f09089cf77
This commit is contained in:
commit
4bd0a30f20
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Store {
|
||||||
checkRequirements(){
|
checkRequirements(){
|
||||||
try {
|
try {
|
||||||
let store;
|
let store;
|
||||||
if (typeof localforage === "undefined") {
|
if (typeof store === "undefined") {
|
||||||
store = localforage;
|
store = localforage;
|
||||||
}
|
}
|
||||||
this.storage = store.createInstance({
|
this.storage = store.createInstance({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue