Commit 7a153ac8 authored by Jacob Thornton's avatar Jacob Thornton

Merge branch 'fix_hide_before_show_bug' of...

Merge branch 'fix_hide_before_show_bug' of https://github.com/aaronj1335/bootstrap into aaronj1335-fix_hide_before_show_bug
parents a0c3250b 616f1363
...@@ -100,6 +100,10 @@ ...@@ -100,6 +100,10 @@
, hide: function (e) { , hide: function (e) {
e && e.preventDefault() e && e.preventDefault()
if (! this.isShown) {
return this
}
var that = this var that = this
this.isShown = false this.isShown = false
...@@ -235,4 +239,4 @@ ...@@ -235,4 +239,4 @@
}) })
}) })
}( window.jQuery || window.ender ); }( window.jQuery || window.ender );
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment