Skip to content

Commit

Permalink
[DOC release] Fix JSDoc for Ember.expandProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Aug 4, 2015
1 parent 9b16765 commit 2cccf86
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 2cccf86

Please sign in to comment.