aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-06-12 21:17:14 -0700
committerMark Otto <[email protected]>2016-06-12 21:17:14 -0700
commitaaad85bc306ccf35bd749ea43d2aa768e4ebabeb (patch)
tree8011d6e04d1bb4c87356036eba55cc13639bc96a /js/src/util.js
parent8feae9075ae55be4e6cd0e884fbfa006a6639ceb (diff)
parentce2e944aa6957528f23f1f7e680ac0cb4a75dcac (diff)
downloadbootstrap-aaad85bc306ccf35bd749ea43d2aa768e4ebabeb.tar.xz
bootstrap-aaad85bc306ccf35bd749ea43d2aa768e4ebabeb.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/util.js b/js/src/util.js
index b779c448f..86d9fe1f4 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -40,7 +40,7 @@ const Util = (($) => {
delegateType: transition.end,
handle(event) {
if ($(event.target).is(this)) {
- return event.handleObj.handler.apply(this, arguments)
+ return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params
}
return undefined
}