aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-05-08 19:19:14 +0300
committerXhmikosR <[email protected]>2020-05-12 19:21:36 +0300
commiteb720f20ff3f49f58ee35b758f4783a3d1e858b2 (patch)
tree994d3668f071c2860d698a145aec0012ac171efa /js/src/util.js
parent53eace04dfe5bdb128771f2a765c6824aa5b4bbf (diff)
downloadbootstrap-eb720f20ff3f49f58ee35b758f4783a3d1e858b2.tar.xz
bootstrap-eb720f20ff3f49f58ee35b758f4783a3d1e858b2.zip
Minor lint tweaks and rules cleanup
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 802e574e5..c8168c475 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -34,7 +34,7 @@ function getSpecialTransitionEndEvent() {
if ($(event.target).is(this)) {
return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params
}
- return undefined // eslint-disable-line no-undefined
+ return undefined
}
}
}