mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
event-handler.js: remove unneeded return statement
This commit is contained in:
parent
a1e924c4da
commit
cf7fec8a2e
1 changed files with 0 additions and 3 deletions
|
|
@ -118,9 +118,6 @@ function bootstrapDelegationHandler(element, selector, fn) {
|
|||
return fn.apply(target, [event])
|
||||
}
|
||||
}
|
||||
|
||||
// To please ESLint
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue