1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 02:29:43 +02:00

upgraded to latest ember release

This commit is contained in:
Harvey Kandola 2016-10-04 15:24:21 -07:00
parent cb4dedeb37
commit 20f9272d46
28 changed files with 729 additions and 695 deletions

View file

@ -2,5 +2,4 @@ import Ember from 'ember';
export default function destroyApp(application) {
Ember.run(application, 'destroy');
server.shutdown();
}