Skip to content

Commit

Permalink
Merge pull request #60 from rwjblue/add-component-manager-capabilities
Browse files Browse the repository at this point in the history
Add `capabilities` export from `@ember/component`.
  • Loading branch information
rwjblue authored Sep 18, 2018
2 parents 69afcc3 + f0ef8d9 commit 7ec822c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@
"localName": "Component",
"deprecated": false
},
{
"global": "Ember._componentManagerCapabilities",
"module": "@ember/component",
"export": "capabilities",
"deprecated": false
},
{
"global": "Ember._setComponentManager",
"module": "@ember/component",
Expand Down Expand Up @@ -691,7 +697,6 @@
"deprecated": false
},
{

"global": "Ember.assign",
"module": "@ember/polyfills",
"export": "assign",
Expand Down

0 comments on commit 7ec822c

Please sign in to comment.