Update underscore.js

This commit is contained in:
Jeremy Ashkenas
2011-11-18 11:19:15 -05:00
parent aafc832a77
commit 7c9516321c

View File

@@ -915,7 +915,7 @@
.replace(/\t/g, '\\t') .replace(/\t/g, '\\t')
+ "');}return __p.join('');"; + "');}return __p.join('');";
var func = new Function('obj', '_', tmpl); var func = new Function('obj', '_', tmpl);
return data ? func(data, _) : function(data) { return func.call(this,data, _) }; return data ? func(data, _) : function(data) { return func.call(this, data, _) };
}; };
// The OOP Wrapper // The OOP Wrapper