Skip to content

Commit e5fa471

Browse files
author
root
committed
first commit
1 parent 9799dfc commit e5fa471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To enable a fallback storage for browsers that do not yet support Cache API, you
5151
window.CacheApiDBFallback = function(store, options) {
5252
this.get = function(key) { /* return key from store */ }
5353
this.set = function(key,data,expire) { /* set key in store */ }
54-
this.det = function(key) { /* delete key from store */ }
54+
this.del = function(key) { /* delete key from store */ }
5555
this.prune = function() { /* cleanup database */ }
5656
};
5757
```

0 commit comments

Comments
 (0)