Skip to content

Commit 75b2a74

Browse files
committed
Ensure ApplicationInstance receives the application instance.
1 parent f71eecb commit 75b2a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-application/lib/system/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ var Application = Namespace.extend({
328328
*/
329329
buildInstance() {
330330
return ApplicationInstance.create({
331-
customEvents: get(this, 'customEvents'),
331+
application: this,
332332
rootElement: get(this, 'rootElement'),
333333
applicationRegistry: this.registry
334334
});

0 commit comments

Comments
 (0)