Skip to content

Commit

Permalink
event-handler.js: remove unneeded return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 1, 2022
1 parent a1e924c commit cf7fec8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/src/dom/event-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ function bootstrapDelegationHandler(element, selector, fn) {
return fn.apply(target, [event])
}
}

// To please ESLint
return null
}
}

Expand Down

0 comments on commit cf7fec8

Please sign in to comment.