[Pkg-javascript-commits] [backbone] 04/28: whitespace

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:24 UTC 2014


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

js pushed a commit to tag 0.5.3
in repository backbone.

commit 22456de20753f68732f5e7b09a6c01f31d40e010
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Jul 26 16:00:44 2011 -0300

    whitespace
---
 backbone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backbone.js b/backbone.js
index b4ac727..15c3ad3 100644
--- a/backbone.js
+++ b/backbone.js
@@ -71,7 +71,7 @@
     bind : function(ev, callback, context) {
       var calls = this._callbacks || (this._callbacks = {});
       var list  = calls[ev] || (calls[ev] = []);
-      list.push([callback, context||this]);
+      list.push([callback, context || this]);
       return 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