Skip to content

Commit 9ad667c

Browse files
committed
fixes
1 parent 1797ed8 commit 9ad667c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cache-api-keyval.ext.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ window.CacheApiDB = global.CacheApiDB = this.CacheApiDB = self.CacheApiDB = wind
1515
}
1616
}
1717

18+
window.CacheApiDBFallback = global.CacheApiDBFallback = this.CacheApiDBFallback = self.CacheApiDBFallback = window.CacheApiDB;
19+
1820
function CACHE(store, options) {
1921
this.no = 1;
2022
}
2123

22-
2324
// public get method
2425
CACHE.prototype.get = function(key) {}
2526

0 commit comments

Comments
 (0)