cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 15:30:16 +0100
changeset 459 6a296e92887f
parent 261 02e2396bcbbc
permissions -rw-r--r--
add a spinner when opening a transcript

import Ember from 'ember';

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