mirror of
https://github.com/amark/gun.git
synced 2026-03-07 17:41:45 +00:00
Merge pull request #678 from go1dfish/patch-3
Fix apparent copy/paste error in rindexed.js
This commit is contained in:
@@ -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);
|
||||
@@ -126,4 +126,4 @@
|
||||
} else {
|
||||
module.exports = Store;
|
||||
}
|
||||
}());
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user