If you look on around line 893 you’ll see the argument passed to loadFromJson is not actually the one that is then passed to load

persistence.loadFromJson = function(tx, jsonDump, callback) { this.load(tx, JSON.parse(json), callback); };

Submitted on 15 July 2010 at 18:43

On 16 July 2010 at 09:35 Zef Hemel commented:

Fixed. Thanks for reporting.


On 16 July 2010 at 09:35 Zef Hemel closed this issue.

Log in to post comments