grunt-contrib-jst/test/expected/pretty_amd.js
2012-11-26 13:02:20 -05:00

8 lines
300 B
JavaScript

define(function(){
this["JST"] = this["JST"] || {};
this["JST"]["test/fixtures/template.html"] = function(obj){var __p='';var print=function(){__p+=Array.prototype.join.call(arguments, '')};with(obj||{}){__p+='<head><title>'+( title )+'</title></head>';}return __p;};
return this["JST"];
});