9a2d1d6009
There is no real need for us to do `.call(container` other than for backwards compatibility with legacy versions. Using the 4.x release as a chance to optimize this behavior.
7 lines
360 B
JavaScript
7 lines
360 B
JavaScript
define(['handlebars.runtime'], function(Handlebars) {
|
|
Handlebars = Handlebars["default"]; var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
|
return templates['empty'] = template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(container,depth0,helpers,partials,data) {
|
|
return "";
|
|
},"useData":true});
|
|
});
|