[Pkg-javascript-commits] [backbone] 07/101: underscore callbacks.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:58:23 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 61d8ede58f4af1a2ef230146dfbf06a3b4fc14a1
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Sat Oct 2 16:06:31 2010 -0400
underscore callbacks.
---
backbone.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index 4880bf2..e193ca3 100644
--- a/backbone.js
+++ b/backbone.js
@@ -57,7 +57,7 @@
var calls;
if (!ev) {
this._callbacks = {};
- } else if (calls = this.callbacks) {
+ } else if (calls = this._callbacks) {
if (!callback) {
calls[ev] = [];
} else {
--
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