Skip to content

Commit

Permalink
Merge pull request emberjs#11974 from tricknotes/doc-for-Ember.expand…
Browse files Browse the repository at this point in the history
…Properties

[DOC release] Fix JSDoc for `Ember.expandProperties`
  • Loading branch information
stefanpenner committed Aug 4, 2015
2 parents 1e63835 + 2cccf86 commit e02159e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ember-metal/lib/expand_properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ var SPLIT_REGEX = /\{|\}/;
Ember.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'
```
@method
@method expandProperties
@for Ember
@private
@param {String} pattern The property pattern to expand.
@param {Function} callback The callback to invoke. It is invoked once per
Expand Down

0 comments on commit e02159e

Please sign in to comment.