Skip to content

Commit

Permalink
change refresh to reset event
Browse files Browse the repository at this point in the history
  • Loading branch information
juggy committed Jan 30, 2012
1 parent 5732955 commit cf87846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascripts/todos.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ this.AppView = Backbone.View.extend({
_.bindAll(this, "items", "remainingItems", "remainingWord", "doneItems", "doneWord");
this.model = Todos;
this.dependencies(
{"items add remove refresh" : "model",
"doneItems change:done add remove refresh" : "model",
{"items add remove reset" : "model",
"doneItems change:done add remove reset" : "model",
"remainingItems change:items change:doneItems": "",
"remainingWord change:remainingItems": "",
"doneWord change:doneItems": "" });
Expand Down

0 comments on commit cf87846

Please sign in to comment.