Skip to content

Instantly share code, notes, and snippets.

@kenjiSpecial
Created March 22, 2013 12:19
Show Gist options
  • Save kenjiSpecial/5220839 to your computer and use it in GitHub Desktop.
Save kenjiSpecial/5220839 to your computer and use it in GitHub Desktop.
addEventListener in coffeescript file.
# example
dragger.addEventListener "mousedown", (event) =>
@controller.cn_mouse_down(event)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment