grunt-contrib-jst/test/expected/pretty_amd.js
2013-03-06 13:56:40 +00:00

9 lines
278 B
JavaScript

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