mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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