Skip to content

Commit

Permalink
Merge pull request #4010 from pangratz/fix-doc
Browse files Browse the repository at this point in the history
[DOC beta] Mark comments as private
  • Loading branch information
bmac committed Dec 17, 2015
2 parents 55b2f71 + e0c552d commit e42d919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addon/-private/system/model/internal-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ InternalModel.prototype = {
This method is needed when data for the internal model is pushed and the
pushed data might acknowledge dirty attributes as confirmed.
@private
*/
updateChangedAttributes() {
var changedAttributes = this.changedAttributes();
Expand All @@ -321,6 +323,8 @@ InternalModel.prototype = {
/**
Returns an object, whose keys are changed properties, and value is an
[oldProp, newProp] array.
@private
*/
changedAttributes() {
var oldData = this._data;
Expand Down

0 comments on commit e42d919

Please sign in to comment.