Skip to content

Instantly share code, notes, and snippets.

@kamiyam
Created September 16, 2013 04:49
Show Gist options
  • Save kamiyam/6576783 to your computer and use it in GitHub Desktop.
Save kamiyam/6576783 to your computer and use it in GitHub Desktop.
Immediate function in CoffeeScript
do (d = document, w = window, $ = jQuery ) ->
window.alert "alert"
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment