Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created August 16, 2012 13:51
Show Gist options
  • Select an option

  • Save assertchris/3370243 to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/3370243 to your computer and use it in GitHub Desktop.
Stored Events Shortcuts (Moo/CS)
Element.implement({
"call": (name, parameters...) ->
if callback = @retrieve(name)
callback.apply(this, parameters)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment