[Pkg-javascript-commits] [backbone] 29/211: Pass along the current value of `this` to Backbone's closure wrapper

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:59:59 UTC 2014


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

js pushed a commit to tag 0.5.0
in repository backbone.

commit 2c29387e70077739e56ae77ce29898adde18026d
Author: Sam Stephenson <sam at 37signals.com>
Date:   Fri Dec 17 12:44:24 2010 -0600

    Pass along the current value of `this` to Backbone's closure wrapper
---
 backbone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backbone.js b/backbone.js
index f24ff30..00f9b9f 100644
--- a/backbone.js
+++ b/backbone.js
@@ -1034,4 +1034,4 @@
     return string.replace(/&(?!\w+;)/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"');
   };
 
-})();
+}).call(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