Change destroy order

This commit is contained in:
Corey Johnson
2014-04-02 14:02:21 -07:00
parent 61ae185494
commit 4165a69fed

View File

@@ -111,14 +111,14 @@ afterEach ->
atom.workspaceView?.remove?()
atom.workspaceView = null
atom.workspace?.destroy()
atom.workspace = null
delete atom.state.workspace
atom.project?.destroy?()
atom.project = null
atom.workspace?.destroy()
atom.workspace = null
delete atom.state.packageStates
$('#jasmine-content').empty() unless window.debugContent