12 lines
438 B
JavaScript
12 lines
438 B
JavaScript
define(['handlebars.runtime'], function(Handlebars) {
|
|
Handlebars = Handlebars["default"]; var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
|
return templates['empty'] = template(function (Handlebars,depth0,helpers,partials,data) {
|
|
this.compilerInfo = [4,'>= 1.0.0'];
|
|
helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
|
|
var buffer = "";
|
|
|
|
|
|
return buffer;
|
|
});
|
|
});
|