summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/destroy-app.js
blob: 13d49895012d96a29ca5ac7c61dadafaa9b3ca45 (plain)
1
2
3
4
5
import Ember from 'ember';

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