Skip to content

Commit

Permalink
[DOC release] Fix documentation for DS.InternalModel#_changedKeys()
Browse files Browse the repository at this point in the history
  • Loading branch information
hibariya committed Jul 7, 2015
1 parent 104758d commit fd890fa
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 fd890fa

Please sign in to comment.