[Pkg-javascript-commits] [backbone] 44/101: --
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:58:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.1.0
in repository backbone.
commit 2f4d1ac270771440334062f1a9d544613d676b8d
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Oct 6 15:17:07 2010 -0400
--
---
backbone.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index 4aeb267..5c62834 100644
--- a/backbone.js
+++ b/backbone.js
@@ -78,7 +78,8 @@
return this;
},
- // Trigger an event, firing all bound callbacks.
+ // Trigger an event, firing all bound callbacks. Callbacks are passed the
+ // same arguments as `trigger` is, apart from the event name.
trigger : function(ev) {
var calls = this._callbacks;
for (var i = 0; i < 2; i++) {
--
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