Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Jun 18, 2011
1 parent b28bb50 commit 245acb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/todos/todos.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ $(function(){
// Re-rendering the App just means refreshing the statistics -- the rest
// of the app doesn't change.
render: function() {
var done = Todos.done().length;
this.$('#todo-stats').html(this.statsTemplate({
total: Todos.length,
done: Todos.done().length,
Expand Down

0 comments on commit 245acb0

Please sign in to comment.