mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
import run from 'ember-runloop';
|
|
|
|
export default function destroyApp(application) {
|
|
run(application, 'destroy');
|
|
}
|