DS.AttributeChange Class packages/ember-data/lib/system/changes/attribute_change.js:5


PRIVATE

An AttributeChange object is created whenever a record's attribute changes value. It is used to track changes to a record between transaction commits.

Show:

Methods

Show:

destroy

If the AttributeChange is destroyed (either by being rolled back or being committed), remove it from the list of pending changes on the record.