summaryrefslogtreecommitdiffstats
path: root/spec/expected/empty.amd.js
blob: 0b39884f50cec245180bcab9eb3d01fc0e6fd762 (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":[6,">= 2.0.0-beta.1"],"main":function(container,depth0,helpers,partials,data) {
    return "";
},"useData":true});
});