mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
updated if statement form
This commit is contained in:
Vendored
+3
-1
@@ -100,7 +100,9 @@
|
|||||||
, hide: function (e) {
|
, hide: function (e) {
|
||||||
e && e.preventDefault()
|
e && e.preventDefault()
|
||||||
|
|
||||||
if (! this.isShown) return
|
if (! this.isShown) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
var that = this
|
var that = this
|
||||||
this.isShown = false
|
this.isShown = false
|
||||||
|
|||||||
Reference in New Issue
Block a user