Skip to content

Commit

Permalink
add todo localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
bredele committed Dec 14, 2013
1 parent fee2630 commit 62669cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,6 @@ Store.prototype.loop = function(cb, scope) {

Store.prototype.toJSON = function() {
return JSON.stringify(this.data);
};
};

//TODO: localstorage middleware like

0 comments on commit 62669cd

Please sign in to comment.