Don't prevent close for specs window.

This commit is contained in:
Cheng Zhao
2013-05-22 21:39:31 +08:00
parent 31ffe5e060
commit a5a6af7ef6

View File

@@ -148,6 +148,7 @@ class AtomApplication
bootstrapScript: 'spec-bootstrap',
resourcePath: @resourcePath
specWindow.browserWindow.removeAllListeners 'close'
specWindow.browserWindow.show()
@windows.push specWindow