Skip to content

Commit edeeb8f

Browse files
author
Robert Jackson
committed
Remove remains of this.app on src/ember-app.js
1 parent da6bbbb commit edeeb8f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/ember-app.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,9 @@ class EmberApp {
204204
}
205205

206206
/**
207-
* Destroys the app and its sandbox.
207+
* Perform any cleanup that is needed
208208
*/
209-
destroy() {
210-
if (this.app) {
211-
this.app.destroy();
212-
}
213-
}
209+
destroy() {}
214210

215211
/**
216212
* @private

0 commit comments

Comments
 (0)