This commit is contained in:
Tyler Kellen 2013-02-18 08:56:46 -05:00
parent 87924a766f
commit 32b10d3fc8

View File

@ -2,7 +2,7 @@ this["JST"] = this["JST"] || {};
this["JST"]["test/fixtures/template_local_scope.html"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __d = obj.obj || obj;
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '<head><title>' +
((__t = ( title )) == null ? '' : __t) +