Pass along the current value of this to Backbone's closure wrapper

This commit is contained in:
Sam Stephenson
2010-12-17 12:44:24 -06:00
parent 43176d96f9
commit 2c29387e70

View File

@@ -1034,4 +1034,4 @@
return string.replace(/&(?!\w+;)/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
};
})();
}).call(this);