Skip to content

Commit

Permalink
Merge pull request #3503 from hibariya/fix-doc
Browse files Browse the repository at this point in the history
[DOC release] Fix documentation for DS.InternalModel#_changedKeys()
  • Loading branch information
bmac committed Jul 7, 2015
2 parents 104758d + fd890fa commit 2587c9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-data/lib/system/model/internal-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ InternalModel.prototype = {
},

/**
@method _changedKeys
Ember Data has 3 buckets for storing the value of an attribute on an internalModel.
`_data` holds all of the attributes that have been acknowledged by
Expand Down Expand Up @@ -716,6 +714,7 @@ InternalModel.prototype = {
has updated the value and the key is added to the list of changed
keys.
@method _changedKeys
@private
*/
_changedKeys: function(updates) {
Expand Down

0 comments on commit 2587c9a

Please sign in to comment.