This commit is contained in:
David Greenspan
2013-09-19 15:55:32 -07:00
parent a6b612e33c
commit 443c9de2fd

View File

@@ -213,6 +213,7 @@ Spacebars.parseStacheTag = function (inputString, pos, options) {
if (! run(ends.DOUBLE))
expected('`}}`');
} else {
// DOUBLE, TRIPLE, BLOCKOPEN, INCLUSION
tag.path = scanPath();
tag.args = [];
while (true) {