From 10fbdfe969a880ec346d02e56adc8b8498ecca8d Mon Sep 17 00:00:00 2001 From: Caio Cutrim Date: Thu, 26 Nov 2015 17:16:24 -0300 Subject: [PATCH] fixed saveAllThenQuit function --- lib/ex.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ex.coffee b/lib/ex.coffee index e83e7f4..34bb1db 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -180,7 +180,7 @@ class Ex saveAll: -> atom.workspace.saveAll() # save all then quit - saveAllThenQuit: - > + saveAllThenQuit: -> atom.workspace.saveAll() @quitAll()