Skip to content

Commit

Permalink
Merge pull request #192 from texclayton/master
Browse files Browse the repository at this point in the history
Added support for using @Index parameter for a helper in an #each block....
  • Loading branch information
SlexAxton committed Jul 14, 2014
2 parents 676b414 + ab220ea commit 0f461d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbs.js
Expand Up @@ -309,6 +309,7 @@ define([
|| param instanceof Handlebars.AST.StringNode
|| param instanceof Handlebars.AST.IntegerNode
|| param instanceof Handlebars.AST.BooleanNode
|| param instanceof Handlebars.AST.DataNode
|| param instanceof Handlebars.AST.SexprNode
) {
helpersres.push(statement.id.string);
Expand Down

0 comments on commit 0f461d9

Please sign in to comment.