[Pkg-javascript-commits] [backbone] 42/74: merging in willmoffat's patch
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:07 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 3d36c62f67de88e3181ce94f5346dafcc865c620
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Mon Nov 1 18:50:09 2010 -0400
merging in willmoffat's patch
---
examples/todos/todos.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/todos/todos.js b/examples/todos/todos.js
index 0ebd2cb..e4a7fa4 100644
--- a/examples/todos/todos.js
+++ b/examples/todos/todos.js
@@ -143,7 +143,7 @@ $(function(){
if (e.keyCode == 13) this.close();
},
- // Remove this view from the DOM
+ // Remove this view from the DOM.
remove: function() {
$(this.el).remove();
},
--
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