[Pkg-javascript-commits] [backbone] 08/74: another mootools remmnant.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:59:04 UTC 2014


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

js pushed a commit to tag 0.3.0
in repository backbone.

commit f6bd4df573e7e71fafa9c56c445998c701c4a006
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Oct 25 12:51:33 2010 -0400

    another mootools remmnant.
---
 examples/todos/javascripts/todos.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/todos/javascripts/todos.js b/examples/todos/javascripts/todos.js
index 339b29c..7c35526 100644
--- a/examples/todos/javascripts/todos.js
+++ b/examples/todos/javascripts/todos.js
@@ -164,7 +164,7 @@ $(function(){
           content: this.newInput.val(),
           done: false
         });
-        this.newInput.setProperty("value", "");
+        this.newInput.val('');
       }
     },
 

-- 
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