0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

event-handler.js: remove unneeded return statement

This commit is contained in:
XhmikosR 2021-11-18 21:47:27 +02:00
parent a1e924c4da
commit cf7fec8a2e

View File

@ -118,9 +118,6 @@ function bootstrapDelegationHandler(element, selector, fn) {
return fn.apply(target, [event])
}
}
// To please ESLint
return null
}
}