Skip to content

Instantly share code, notes, and snippets.

@martsie
Created January 25, 2017 08:46
Show Gist options
  • Save martsie/5738fb2e618d9023b255bef9cec0d218 to your computer and use it in GitHub Desktop.
Save martsie/5738fb2e618d9023b255bef9cec0d218 to your computer and use it in GitHub Desktop.
CoffeeScript class with timed method
class @Waiter
waitAndReturn: (success) ->
setTimeout(success, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment