mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 05:19:15 +02:00
fix(util): remove extend
This commit is contained in:
@@ -281,7 +281,7 @@ const EventHandler = (() => {
|
||||
|
||||
// merge custom informations in our event
|
||||
if (typeof args !== 'undefined') {
|
||||
evt = Util.extend(evt, args)
|
||||
evt = Object.assign(evt, args)
|
||||
}
|
||||
|
||||
if (defaultPrevented) {
|
||||
|
Reference in New Issue
Block a user