#749 -- adding CoffeeApp mention

This commit is contained in:
Jeremy Ashkenas
2010-10-10 11:33:03 -04:00
parent 9c54291d04
commit 45ed62931b
3 changed files with 10 additions and 5 deletions

View File

@@ -217,7 +217,7 @@
tokens.push(['+', '+']);
}
tokens.pop();
if ((((_ref5 = tokens[0]) != null) ? _ref5[0] !== 'STRING' : undefined)) {
if ((((_ref5 = tokens[0]) != null) ? _ref5[0] : undefined) !== 'STRING') {
this.tokens.push(['STRING', '""'], ['+', '+']);
}
(_this = this.tokens).push.apply(_this, tokens);