[Pkg-javascript-commits] [backbone] 188/211: removed unused var

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.5.0
in repository backbone.

commit 245acb08213c5cbdac8c6f860cdf6883c9720fc8
Author: Loren Sands-Ramshaw <lorensr at gmail.com>
Date:   Sat Jun 18 17:07:37 2011 -0400

    removed unused var
---
 examples/todos/todos.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/todos/todos.js b/examples/todos/todos.js
index 1c7c848..47c7e37 100644
--- a/examples/todos/todos.js
+++ b/examples/todos/todos.js
@@ -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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list