mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
return this
This commit is contained in:
parent
1066ec4a79
commit
616f136371
2
js/bootstrap-modal.js
vendored
2
js/bootstrap-modal.js
vendored
@ -101,7 +101,7 @@
|
||||
e && e.preventDefault()
|
||||
|
||||
if (! this.isShown) {
|
||||
return
|
||||
return this
|
||||
}
|
||||
|
||||
var that = this
|
||||
|
Loading…
Reference in New Issue
Block a user