Created
December 13, 2016 12:40
-
-
Save aherve/979d1d6420ec5f8c0a86e1339eefe1db to your computer and use it in GitHub Desktop.
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
| asyncGreet () { | |
| this.someThingAsync() | |
| .then(this.greet.bind(this)) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment