Don't clear #jasmine-content when window.debugContent is true

This commit is contained in:
Kevin Sawicki & Nathan Sobo 2013-06-26 13:43:00 -06:00 committed by Nathan Sobo
parent 5b00cf1701
commit 390b03647e

View File

@ -89,7 +89,7 @@ afterEach ->
if git?
git.destroy()
window.git = null
$('#jasmine-content').empty()
$('#jasmine-content').empty() unless window.debugContent
jasmine.unspy(atom, 'saveWindowState')
ensureNoPathSubscriptions()
syntax.off()