From ab6ecf13f9de4178e1fb4f07d145422b7d9f86c4 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 12 Nov 2011 21:41:06 -0800 Subject: [PATCH] d'oh --- src/atom/modal.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom/modal.coffee b/src/atom/modal.coffee index bc83e981a..f01d478ca 100644 --- a/src/atom/modal.coffee +++ b/src/atom/modal.coffee @@ -62,7 +62,7 @@ class Modal atom.trigger 'modal:hide', this toggle: -> - if @showing? + if @showing @hide() else @show()