Skip to content

Commit

Permalink
Merge pull request #129 from jordpo/set-modifier-export
Browse files Browse the repository at this point in the history
Add `setModifierManager` method export off of modifier
  • Loading branch information
rwjblue authored Apr 12, 2019
2 parents b3830cb + ab6b3b8 commit 7414ece
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 @@ -140,6 +140,12 @@
"export": "setComponentManager",
"deprecated": false
},
{
"global": "Ember._setModifierManager",
"module": "@ember/modifier",
"export": "setModifierManager",
"deprecated": false
},
{
"global": "Ember.Checkbox",
"module": "@ember/component/checkbox",
Expand Down

0 comments on commit 7414ece

Please sign in to comment.