Commit 3b075e75 authored by Tristan Cavelier's avatar Tristan Cavelier

indexstorage.js value pollution removed

parent 67383d7b
......@@ -732,6 +732,7 @@
"doc": db[i]["_" + now]
};
delete db[i].doc["_" + now];
delete db[i].value["_" + now];
} else {
db[i] = {
"id": 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