Invalid syntax for "if" statement in latest coffeescript

2.2.0 has a much more sophisticated parser. Empty ifs are no longer
valid syntax. Use a no-op function to demonstrate validate coffeescript
parsing.
This commit is contained in:
Tim Linquist 2012-08-17 10:50:53 -07:00
parent aa1d989a90
commit 86207e7d4c

View File

@ -1,2 +1,3 @@
if
if (->)
noOp = "complete"