Skip to content

Commit

Permalink
Add renderer to shared instances
Browse files Browse the repository at this point in the history
  • Loading branch information
asakusuma committed Aug 22, 2016
1 parent e0fe6f4 commit 33744d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ember-application/lib/system/engine-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ if (isEnabled('ember-application-engines')) {
'router:main',
P`-bucket-cache:main`,
'-view-registry:main',
'-environment:main'
'-environment:main',
'renderer:-dom',
'renderer:-inert'
].forEach(key => this.register(key, parent.lookup(key), { instantiate: false }));

this.inject('view', '_environment', '-environment:main');
Expand Down

0 comments on commit 33744d5

Please sign in to comment.