Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created January 26, 2013 09:30
Show Gist options
  • Select an option

  • Save hitode909/4641326 to your computer and use it in GitHub Desktop.

Select an option

Save hitode909/4641326 to your computer and use it in GitHub Desktop.
later = (f) ->
setTimeout (args...)->
f *args
, 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment