fixed saveAllThenQuit function

This commit is contained in:
Caio Cutrim 2015-11-26 17:16:24 -03:00
parent 4ec1c56077
commit 10fbdfe969

View file

@ -180,7 +180,7 @@ class Ex
saveAll: ->
atom.workspace.saveAll()
# save all then quit
saveAllThenQuit: - >
saveAllThenQuit: ->
atom.workspace.saveAll()
@quitAll()