Skip to content

Commit

Permalink
Fix example js syntax in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christophermanning committed Jul 14, 2012
1 parent 553d560 commit 60a906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-handlebars/lib/controls/select.js
Expand Up @@ -119,7 +119,7 @@ Ember.Select = Ember.View.extend(
content: Ember.A([
{ id: 1, firstName: 'Yehuda' },
{ id: 2, firstName: 'Tom' }
])),
]),
optionLabelPath: 'content.firstName',
optionValuePath: 'content.id'
Expand Down

0 comments on commit 60a906c

Please sign in to comment.