Skip to content

Commit

Permalink
Fix _reloadRecord method name in JSDoc
Browse files Browse the repository at this point in the history
(cherry picked from commit ff8ae3c)
  • Loading branch information
lolmaus authored and rwjblue committed Jun 13, 2018
1 parent 9ce6fb4 commit 6095c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/-private/system/store.js
Expand Up @@ -1060,10 +1060,10 @@ Store = Service.extend({
This method is called by the record's `reload` method.
This method calls the adapter's `find` method, which returns a promise. When
**that** promise resolves, `reloadRecord` will resolve the promise returned
**that** promise resolves, `_reloadRecord` will resolve the promise returned
by the record's `reload`.
@method reloadRecord
@method _reloadRecord
@private
@param {DS.Model} internalModel
@param options optional to include adapterOptions
Expand Down

0 comments on commit 6095c63

Please sign in to comment.