1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

updated if statement form

This commit is contained in:
Aaron Stacy
2011-09-23 13:38:08 -05:00
parent d541eceb51
commit 1066ec4a79

View File

@@ -100,7 +100,9 @@
, hide: function (e) {
e && e.preventDefault()
if (! this.isShown) return
if (! this.isShown) {
return
}
var that = this
this.isShown = false