cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 02 Oct 2016 14:57:37 +0200
changeset 310 b1f9bcfda379
parent 261 02e2396bcbbc
permissions -rw-r--r--
Change discourse layout to spread bubbles accross

import Ember from 'ember';

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