[Pkg-javascript-commits] [backbone] 51/74: fixing comments typo.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:08 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 ee0cf27cdc3e0a97f26534d8698b438c76669a97
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Sat Nov 6 12:44:51 2010 -0400
fixing comments typo.
---
backbone.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index 05ea70b..bcb1eff 100644
--- a/backbone.js
+++ b/backbone.js
@@ -285,7 +285,7 @@
return !this.id;
},
- // Call this method to fire manually fire a `change` event for this model.
+ // Call this method to manually fire a `change` event for this model.
// Calling this will cause all objects observing the model to update.
change : function() {
this.trigger('change', this);
--
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