mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 22:53:32 +03:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
|
import Ember from 'ember';
|
||
|
|
||
|
export default function destroyApp(application) {
|
||
|
Ember.run(application, 'destroy');
|
||
|
}
|