This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
jasmine-headless-webkit
Watch
1
Star
0
Fork
0
You've already forked jasmine-headless-webkit
Code
Issues
39
Pull Requests
16
Packages
Projects
Releases
Wiki
Activity
86207e7d4c
jasmine-headless-webkit
/
spec
/
jasmine
/
coffeescript_error
/
spec.coffee
4 lines
29 B
CoffeeScript
Raw
Normal View
History
Unescape
Escape
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.
2012-08-17 17:50:53 +00:00
if
(
->
)
noOp =
"
complete
"
fix coffeescript compile error support
2011-06-10 21:14:50 +00:00
Reference in New Issue
Copy Permalink