Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-08 19:19:14 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-05-12 19:21:36 +0300
commiteb720f20ff3f49f58ee35b758f4783a3d1e858b2 (patch)
tree994d3668f071c2860d698a145aec0012ac171efa /js/src/util.js
parent53eace04dfe5bdb128771f2a765c6824aa5b4bbf (diff)
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 802e574e51..c8168c4758 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
}
}
}