Skip to content

Commit

Permalink
Merge pull request #17357 from mike-north/notify-property-change-embe…
Browse files Browse the repository at this point in the history
…r-object

Allow notifyPropertyChange to be imported from @ember/object
  • Loading branch information
rwjblue committed Dec 12, 2018
2 parents 15fcbbd + dac527f commit 6b47b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@ember/-internals/metal/lib/property_events.ts
Expand Up @@ -26,11 +26,12 @@ let deferred = 0;
manually.
@method notifyPropertyChange
@for Ember
@for @ember/object
@param {Object} obj The object with the property that will change
@param {String} keyName The property key (or path) that will change.
@param {Meta} meta The objects meta.
@return {void}
@since 3.1.0
@public
*/
function notifyPropertyChange(obj: object, keyName: string, _meta?: Meta): void {
Expand Down

0 comments on commit 6b47b90

Please sign in to comment.