Skip to content

JSON persist missing new #12

@tebemis

Description

@tebemis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions