server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 14 Oct 2016 19:53:56 +0200
changeset 334 cffb9b124af3
parent 136 5fed7e1716c2
permissions -rw-r--r--
Remove play transcript button if sentence playing

import Ember from 'ember';

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