2012-11-27 02:02:20 +08:00
|
|
|
define(function(){
|
|
|
|
|
|
|
|
this["JST"] = this["JST"] || {};
|
|
|
|
|
2013-02-16 01:09:15 +08:00
|
|
|
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};
|
2012-11-27 02:02:20 +08:00
|
|
|
|
|
|
|
return this["JST"];
|
2013-03-06 21:56:40 +08:00
|
|
|
|
2012-11-27 02:02:20 +08:00
|
|
|
});
|