Commit 2fe53871 authored by Tristan Cavelier's avatar Tristan Cavelier

indexstorage wrong var used fix

parent 7603944f
...@@ -746,7 +746,7 @@ ...@@ -746,7 +746,7 @@
} }
} }
jIO.QueryFactory.create(option.query || ''). jIO.QueryFactory.create(option.query || '').
exec(db, option).then(function () { exec(db, option).then(function (db) {
for (i = 0; i < db.length; i += 1) { for (i = 0; i < db.length; i += 1) {
id = db[i]._id; id = db[i]._id;
if (delete_id) { if (delete_id) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment