Skip to content

Commit

Permalink
feat: add notifyPropertyChange from @ember/object
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Dec 12, 2018
1 parent d11bacb commit a3d59b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,12 @@
"export": "sendEvent"
}
},
{
"global": "Ember.notifyPropertyChange",
"module": "@ember/object",
"export": "notifyPropertyChange",
"deprecated": false
},
{
"global": "Ember.get",
"module": "ember-metal/get",
Expand Down

0 comments on commit a3d59b2

Please sign in to comment.