2
0
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:
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
+1 -1
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) {