ca0d385a6c
Also removed `chai-diff`-dependency, since it is unmaintained and not that useful. Fixes #1838
10 lines
499 B
JavaScript
10 lines
499 B
JavaScript
define(['handlebars.runtime'], function(Handlebars) {
|
|
Handlebars = Handlebars["default"]; var template = Handlebars.template, templates = someNameSpace = someNameSpace || {};
|
|
templates['empty'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
return "";
|
|
},"useData":true});
|
|
templates['empty'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
return "";
|
|
},"useData":true});
|
|
return templates;
|
|
}); |