cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Sun, 18 Dec 2016 01:13:51 +0100
changeset 476 9cffc7f32f14
parent 261 02e2396bcbbc
permissions -rw-r--r--
correct transcripts without topics

import Ember from 'ember';

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