This commit is contained in:
Chris Wanstrath
2011-11-12 21:41:06 -08:00
parent 8c0ecdc436
commit ab6ecf13f9

View File

@@ -62,7 +62,7 @@ class Modal
atom.trigger 'modal:hide', this
toggle: ->
if @showing?
if @showing
@hide()
else
@show()