server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Sat, 12 Nov 2016 17:21:25 +0100
changeset 414 5c6c526a7fc1
parent 136 5fed7e1716c2
permissions -rw-r--r--
Display for single notice, preparation for share link

import Ember from 'ember';

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