Commit a96bb21c by liuyong

修改画布逻辑

1 parent 33de6631
......@@ -19216,7 +19216,7 @@
var trx = db.transaction(storeName, 'readwrite');
trx.oncomplete = success;
trx.onerror = error;
for (var i = 0; i < storeName.length; i++)
{
trx.objectStore(storeName[i]).put(key != null && key[i] != null? {key: key[i], data: data[i]} : data[i]);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!