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