6 lines
117 B
JavaScript
Raw Normal View History

2017-01-17 19:20:46 -08:00
import Ember from 'ember';
export default function destroyApp(application) {
Ember.run(application, 'destroy');
}