cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 01:45:47 +0100
changeset 408 c89c11c2def7
parent 261 02e2396bcbbc
permissions -rw-r--r--
temporarely hide the share button

import Ember from 'ember';

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