Skip to content

Commit

Permalink
first working version
Browse files Browse the repository at this point in the history
  • Loading branch information
rezoner committed Oct 10, 2012
1 parent 19dc294 commit 8f9d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memoria.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}
});
},

save: function() {
fs.writeFile(this.filePath, _.pack(JSON.stringify(this.tables)), function(err) {
if(err) throw err;
Expand Down

0 comments on commit 8f9d9b8

Please sign in to comment.