Skip to content

Instantly share code, notes, and snippets.

@dotSlashLu
Created June 26, 2014 02:38
Show Gist options
  • Save dotSlashLu/fa28114403420523ee8a to your computer and use it in GitHub Desktop.
Save dotSlashLu/fa28114403420523ee8a to your computer and use it in GitHub Desktop.
Coffeescript has a problem with function definition
obj =
test: ->
subfunc()
subfunc = ->
null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment