cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Wed, 19 Oct 2016 13:08:02 +0200
changeset 369 796725d33b67
parent 261 02e2396bcbbc
permissions -rw-r--r--
Add location filter to documents api end-point

import Ember from 'ember';

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