cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 15:09:17 +0100
changeset 526 cdaf9dfb5dfd
parent 261 02e2396bcbbc
permissions -rw-r--r--
correct licence problem in bug #0026523

import Ember from 'ember';

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