Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Nov 29, 2012
1 parent 63b430e commit 1d4d5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/modules/localeEdit/views.js
Expand Up @@ -96,7 +96,8 @@ Views.EditList = Backbone.View.extend({
this.collection.reset() this.collection.reset()
}, },
save: function() { save: function() {
localStorage.setItem(this.name, JSON.stringify(this.data)); //localStorage.setItem(this.name, JSON.stringify(this.data));
console.log(JSON.stringify(this.collection);
}, },
renderList : function(task){ renderList : function(task){
console.log(task); console.log(task);
Expand Down

0 comments on commit 1d4d5a3

Please sign in to comment.