mirror of
https://github.com/amark/gun.git
synced 2025-06-06 22:26:48 +00:00
Fix apparent copy/paste error in rindexed.js
Looks like this should be doPut instead of doGet since doGet is not defined in this scope.
This commit is contained in:
parent
9f9b3e557c
commit
91bd68e1f3
@ -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;
|
||||
}
|
||||
}());
|
||||
}());
|
||||
|
Loading…
x
Reference in New Issue
Block a user