mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 18:20:24 +00:00
return this
This commit is contained in:
parent
1066ec4a79
commit
616f136371
1 changed files with 1 additions and 1 deletions
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 a new issue