Skip to content

Commit

Permalink
Merge pull request #15207 from cibernox/BUGFIX/fix-double-container-d…
Browse files Browse the repository at this point in the history
…estroy

[BUGFIX lts] Fix double container destroy
  • Loading branch information
rwjblue authored May 4, 2017
2 parents 6408ce9 + 7e4ace6 commit 28892b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/ember-application/lib/system/engine-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ const EngineInstance = EmberObject.extend(RegistryProxyMixin, ContainerProxyMixi
this._super(...arguments);
},

/**
@private
*/
willDestroy() {
this._super(...arguments);
run(this.__container__, 'destroy');
},

/**
Build a new `Ember.EngineInstance` that's a child of this instance.
Expand Down

0 comments on commit 28892b8

Please sign in to comment.