Closed liuhann closed 12 years ago
I was not able to duplicate this issue. Can you provide a code example?
Hi so long time.
I am using version 2.3.8 now and it works well.
Perhaps the version I report the bug has the problem. My code is like this
groupdb = new TAFFY(); groupdb.store("moneygroup"); groupdb("IDXXX").update();
and then refresh the page.
thanks
2012/6/16 typicaljoe < reply@reply.github.com
I was not able to duplicate this issue. Can you provide a code example?
Reply to this email directly or view it on GitHub: https://github.com/typicaljoe/taffydb/issues/10#issuecomment-6367672
Do you pass an object into .update and are you still having the issue with the latest build?
Oh sure. It is OK when I replace the taffy.js
And I think with the stringify method, I no longer need store()
Thanks for your answer.
2012/6/19 typicaljoe < reply@reply.github.com
Do you pass an object into .update and are you still having the issue with the latest build?
Reply to this email directly or view it on GitHub: https://github.com/typicaljoe/taffydb/issues/10#issuecomment-6403400
if you store db using db().store(),
the update method won't work (auto synchronize to localStorage).
The older version works well