mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
modal use global scope for default
This commit is contained in:
parent
5be2cd3d6c
commit
418fd76ba9
@ -498,7 +498,7 @@ const Modal = (($) => {
|
||||
return this.each(function () {
|
||||
let data = $(this).data(DATA_KEY)
|
||||
const _config = {
|
||||
...Modal.Default,
|
||||
...Default,
|
||||
...$(this).data(),
|
||||
...typeof config === 'object' && config
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user