Skip to content

Commit

Permalink
[DOC release] Mark notifyPropertyChange as public.
Browse files Browse the repository at this point in the history
(cherry picked from commit d532b07)
  • Loading branch information
rwjblue authored and kategengler committed Sep 25, 2018
1 parent 2bece3b commit 46cccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/property_events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (ENABLE_PROPERTY_DID_CHANGE) {
@param {String} keyName The property key (or path) that will change.
@param {Meta} meta The objects meta.
@return {void}
@private
@public
*/
function notifyPropertyChange(obj: object, keyName: string, _meta?: Meta): void {
let meta = _meta === undefined ? peekMeta(obj) : _meta;
Expand Down

0 comments on commit 46cccd6

Please sign in to comment.