Skip to content

Instantly share code, notes, and snippets.

@xinmyname
Created February 23, 2012 17:05
Show Gist options
  • Select an option

  • Save xinmyname/1893770 to your computer and use it in GitHub Desktop.

Select an option

Save xinmyname/1893770 to your computer and use it in GitHub Desktop.
CoffeeScript setTimeout sanity restoration
setTimeout = (delay, exp) ->
window.setTimeout exp, delay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment