Skip to content

JSON persist missing new #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tebemis opened this issue May 29, 2015 · 0 comments
Open

JSON persist missing new #12

tebemis opened this issue May 29, 2015 · 0 comments

Comments

@tebemis
Copy link
Member

tebemis commented May 29, 2015

If you do

var obj1 = nutella.persist.getJsonObjectStore('test1');
var obj2 = nutella.persist.getJsonObjectStore('test2');

obj1['what'] = 'is';
obj1.save();

obj2['going'] = 'on';
obj2.save();

You'll see only the second result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant