Casey Link
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Hinting to analyzer the 'this' context of a function (Javascript)
In Ember.js, it is a standard pattern for Component objects to have a child object keyed on 'actions'. Here is a short code example: export default Ember.Component.extend({ doTheThing() { // d...