mirror of
https://github.com/amark/gun.git
synced 2025-06-06 14:16:44 +00:00
Merge pull request #678 from go1dfish/patch-3
Fix apparent copy/paste error in rindexed.js
This commit is contained in:
commit
08b375df48
@ -57,7 +57,7 @@
|
||||
};
|
||||
}
|
||||
if(!db){
|
||||
waitDbReady(doGet, 100, function(){
|
||||
waitDbReady(doPut, 100, function(){
|
||||
var es = 'ERROR: Timeout: RAD IndexedDB not ready.';
|
||||
console.log(es);
|
||||
cb(es, undefined);
|
||||
|
Loading…
x
Reference in New Issue
Block a user