Fix :quitall

This commit is contained in:
jazzpi 2015-12-28 14:04:19 +01:00
parent d6afe394ef
commit 059719bee4

View file

@ -113,7 +113,7 @@ class Ex
atom.workspace.getActivePane().destroyActiveItem()
quitall: ->
atom.workspace.getPanes()[0].destroy()
atom.close()
q: => @quit()
@ -234,7 +234,7 @@ class Ex
@wall()
wqall: =>
atom.workspace.saveAll()
@wall()
@quitall()
wqa: =>