mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Don’t bind window:close in spec helper
This commit is contained in:
@@ -28,8 +28,6 @@ atom.themes.initialLoadComplete = true
|
||||
fixturePackagesPath = path.resolve(__dirname, './fixtures/packages')
|
||||
atom.packages.packageDirPaths.unshift(fixturePackagesPath)
|
||||
|
||||
window.addEventListener 'core:close', -> window.close()
|
||||
|
||||
document.querySelector('html').style.overflow = 'auto'
|
||||
document.body.style.overflow = 'auto'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user