cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 18:05:11 +0530
changeset 355 83f5247f3c7a
parent 261 02e2396bcbbc
permissions -rw-r--r--
Fix carto counts and map colors

import Ember from 'ember';

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