Skip to content

Commit

Permalink
[DOC release] Add @SInCE flag for notifyPropertyChange
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Dec 12, 2018
1 parent b7d1217 commit dac527f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@ember/-internals/metal/lib/property_events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ let deferred = 0;
@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 dac527f

Please sign in to comment.