Created
January 25, 2017 08:46
-
-
Save martsie/5738fb2e618d9023b255bef9cec0d218 to your computer and use it in GitHub Desktop.
CoffeeScript class with timed method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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