1
0
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:
Johann-S
2018-06-11 22:25:37 +02:00
committed by XhmikosR
parent b4a3b00ac8
commit 4510e7e61d
3 changed files with 28 additions and 23 deletions

View File

@@ -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) {