Skip to content

Commit

Permalink
Basically re-render.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCheung55 committed Aug 14, 2012
1 parent 5d37f25 commit 30bf456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labs/architecture-examples/neuro/js/view/TodoMain.js
Expand Up @@ -113,6 +113,8 @@
onClickToggleAll: function(e, element){
this.fireEvent('toggleComplete', ['completed', element.get('checked')]);

this.fireEvent('triggerFilter');

return this
},

Expand Down

0 comments on commit 30bf456

Please sign in to comment.