Skip to content

Commit

Permalink
Add support for dependentKeyCompat.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 28, 2019
1 parent 2d9b651 commit 8f1b718
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 @@ -434,6 +434,12 @@
"export": "trySet",
"deprecated": false
},
{
"global": "Ember._dependentKeyCompat",
"module": "@ember/object/compat",
"export": "dependentKeyCompat",
"deprecated": false
},
{
"global": "Ember.ComputedProperty",
"module": "@ember/object/computed",
Expand Down

0 comments on commit 8f1b718

Please sign in to comment.