cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 02 Oct 2016 15:27:15 +0200
changeset 312 cd62bbf96322
parent 261 02e2396bcbbc
permissions -rw-r--r--
Add hover state to discourse bubbles

import Ember from 'ember';

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