diff options
Diffstat (limited to 'spec/expected/empty.amd.js')
-rw-r--r-- | spec/expected/empty.amd.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/expected/empty.amd.js b/spec/expected/empty.amd.js index 0b39884..1cf1eab 100644 --- a/spec/expected/empty.amd.js +++ b/spec/expected/empty.amd.js @@ -1,6 +1,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 templates['empty'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { return ""; },"useData":true}); }); |