From eb720f20ff3f49f58ee35b758f4783a3d1e858b2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 8 May 2020 19:19:14 +0300 Subject: Minor lint tweaks and rules cleanup --- js/src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/util.js') 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 } } } -- cgit v1.2.3