8 lines
300 B
JavaScript
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"];
|
|
}); |