summaryrefslogtreecommitdiffstats
path: root/spec/expected/empty.amd.js
blob: 1cf1eabc910ff28e4e15d2b0a2732589ffd7e6ca (plain)
1
2
3
4
5
6
define(['handlebars.runtime'], function(Handlebars) {
  Handlebars = Handlebars["default"];  var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
return templates['empty'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
    return "";
},"useData":true});
});