Merge pull request #678 from go1dfish/patch-3

Fix apparent copy/paste error in rindexed.js
This commit is contained in:
Mark Nadal 2019-01-15 16:08:29 -08:00 committed by GitHub
commit 08b375df48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
}; };
} }
if(!db){ if(!db){
waitDbReady(doGet, 100, function(){ waitDbReady(doPut, 100, function(){
var es = 'ERROR: Timeout: RAD IndexedDB not ready.'; var es = 'ERROR: Timeout: RAD IndexedDB not ready.';
console.log(es); console.log(es);
cb(es, undefined); cb(es, undefined);