Created
April 20, 2015 16:39
-
-
Save eliezerdt/0455d48ee0ac67c47ec3 to your computer and use it in GitHub Desktop.
Ember notes
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
| because Ember extends the function prototype to provide the property and observes keywords, you can’t use the fat arrow with a property or observes declaration. For those, you’ll still need to use the function keyword. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment