Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PredokMiF committed Oct 23, 2014
1 parent 66bece2 commit f426868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expected/amdpartial.js
@@ -1,5 +1,5 @@
define(['handlebars'], function(Handlebars) {
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
var template = Handlebars.template, templates = Handlebars.partials = Handlebars.partials || {};
templates['comments/form'] = template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
return "<form method=\"get\">"
Expand Down

0 comments on commit f426868

Please sign in to comment.