grunt-contrib-jst/test/expected/local_scope.js
Tyler Kellen 32b10d3fc8 fix test
2013-02-18 08:56:46 -05:00

13 lines
275 B
JavaScript

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