diff options
Diffstat (limited to 'src/handlebars.yy')
-rw-r--r-- | src/handlebars.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlebars.yy b/src/handlebars.yy index e94ab51..ce06498 100644 --- a/src/handlebars.yy +++ b/src/handlebars.yy @@ -52,7 +52,7 @@ block ; openBlock - : OPEN_BLOCK helperName param* hash? blockParams? CLOSE -> { path: $2, params: $3, hash: $4, blockParams: $5, strip: yy.stripFlags($1, $6) } + : OPEN_BLOCK helperName param* hash? blockParams? CLOSE -> { open: $1, path: $2, params: $3, hash: $4, blockParams: $5, strip: yy.stripFlags($1, $6) } ; openInverse |