common/corpus-common-addon/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Mon, 31 Oct 2016 14:24:23 +0100
changeset 386 c731ab9b934d
parent 127 5cd8c3065c38
permissions -rw-r--r--
implement first version of sparql client interface

import Ember from 'ember';

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