diff options
Diffstat (limited to 'spec/expected/empty.amd.js')
-rw-r--r-- | spec/expected/empty.amd.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/expected/empty.amd.js b/spec/expected/empty.amd.js index ae6fdf9..d80446a 100644 --- a/spec/expected/empty.amd.js +++ b/spec/expected/empty.amd.js @@ -1,7 +1,6 @@ define(['handlebars.runtime'], function(Handlebars) { Handlebars = Handlebars["default"]; var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {}; return templates['empty'] = template({"compiler":[4,">= 1.0.0"],"main":function(depth0,helpers,partials,data) { - var buffer = ""; - return buffer; - },"useData":true}); + return ""; +},"useData":true}); }); |