cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 261 02e2396bcbbc
permissions -rw-r--r--
add events, comment, etc to transcripts

import Ember from 'ember';

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