From 2c29387e70077739e56ae77ce29898adde18026d Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Fri, 17 Dec 2010 12:44:24 -0600 Subject: [PATCH] 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 f24ff304..00f9b9f5 100644 --- a/backbone.js +++ b/backbone.js @@ -1034,4 +1034,4 @@ return string.replace(/&(?!\w+;)/g, '&').replace(//g, '>').replace(/"/g, '"'); }; -})(); +}).call(this);