server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 22:17:48 +0100
changeset 452 85cf1c3a2fea
parent 136 5fed7e1716c2
permissions -rw-r--r--
correct rootUrl for module + css on FF 38

import Ember from 'ember';

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