cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 14:38:20 +0530
changeset 351 c69dcc3b0524
parent 261 02e2396bcbbc
permissions -rw-r--r--
New colors player and playlist

import Ember from 'ember';

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