mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
event-handler.js: remove unneeded return statement
This commit is contained in:
@@ -118,9 +118,6 @@ function bootstrapDelegationHandler(element, selector, fn) {
|
|||||||
return fn.apply(target, [event])
|
return fn.apply(target, [event])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// To please ESLint
|
|
||||||
return null
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user