mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +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');
|
|
}
|