tiny thing.

This commit is contained in:
Jeremy Ashkenas
2010-07-29 21:59:12 -04:00
parent d1b17df38c
commit af451bc530
2 changed files with 3 additions and 5 deletions

View File

@@ -132,8 +132,7 @@ exports.Rewriter = class Rewriter
if (tag is 'TERMINATOR' and not ((after and after[0] is ':') or (post and post[0] is '@' and @tokens[i + 3] and @tokens[i + 3][0] is ':'))) or
(running and tag is ',' and post and (post[0] not in ['IDENTIFIER', 'STRING', '@']))
running = no
size = closeBrackets(i)
return size
return closeBrackets(i)
else if include EXPRESSION_START, tag
stack.push(if tag is '{' then 1 else 0)
return 2 if tag is '{' and post and post[0] is 'INDENT'