Skip to content

Instantly share code, notes, and snippets.

@fuse
Created August 2, 2011 10:05
Show Gist options
  • Save fuse/1119941 to your computer and use it in GitHub Desktop.
Save fuse/1119941 to your computer and use it in GitHub Desktop.
registerEvents = (node) ->
node.bind "click", (event) =>
# this est bindé sur le this avant l'appel et non sur l'event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment