cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 11:41:34 +0100
changeset 561 bb2cb0fad904
parent 261 02e2396bcbbc
permissions -rw-r--r--
Small correction on install script

import Ember from 'ember';

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