grunt-contrib-jst/test/expected/amd_wrapper.js

15 lines
280 B
JavaScript
Raw Normal View History

define(function(){
this["JST"] = this["JST"] || {};
2013-01-01 04:06:55 +08:00
this["JST"]["test/fixtures/template.html"] = function(obj) {
var __t, __p = '', __e = _.escape;
2013-01-01 04:06:55 +08:00
__p += '<head><title>' +
((__t = ( obj.title )) == null ? '' : __t) +
'</title></head>';
2013-01-01 04:06:55 +08:00
return __p
};
return this["JST"];
});