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()