server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Mon, 19 Dec 2016 21:58:02 +0100
changeset 477 ce52f0fca330
parent 136 5fed7e1716c2
permissions -rw-r--r--
add volume control to the player

import Ember from 'ember';

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