Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

TIL: Property Brace Expansion #47

Merged
merged 1 commit into from
Jan 30, 2015
Merged

Conversation

jsteiner
Copy link
Contributor

No description provided.


```javascript
name: function() {
return this.get('person.firstName') + ' ' + get('person.lastName');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you forgot the second this.

@seanpdoyle
Copy link
Contributor

👍

@jsteiner jsteiner merged commit b6ce767 into master Jan 30, 2015
@jsteiner jsteiner deleted the js-property-brace-expansion branch January 30, 2015 15:56
@JoelQ
Copy link
Contributor

JoelQ commented Jan 30, 2015

👍 TIL!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants