fix test
This commit is contained in:
parent
87924a766f
commit
32b10d3fc8
@ -2,7 +2,7 @@ this["JST"] = this["JST"] || {};
|
|||||||
|
|
||||||
this["JST"]["test/fixtures/template_local_scope.html"] = function(obj) {
|
this["JST"]["test/fixtures/template_local_scope.html"] = function(obj) {
|
||||||
obj || (obj = {});
|
obj || (obj = {});
|
||||||
var __t, __p = '', __e = _.escape, __d = obj.obj || obj;
|
var __t, __p = '', __e = _.escape;
|
||||||
with (obj) {
|
with (obj) {
|
||||||
__p += '<head><title>' +
|
__p += '<head><title>' +
|
||||||
((__t = ( title )) == null ? '' : __t) +
|
((__t = ( title )) == null ? '' : __t) +
|
||||||
|
Loading…
Reference in New Issue
Block a user