common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 22:40:26 +0530
changeset 350 c3a6266ebe0a
parent 127 5cd8c3065c38
permissions -rw-r--r--
Fix loading width height issues

import Ember from 'ember';

export default function destroyApp(application) {
  Ember.run(application, 'destroy');
}