aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-05-31 00:45:32 -0700
committerChris Rebert <[email protected]>2016-05-31 00:45:32 -0700
commitc4add0c2f30b8404bd1d227b16d7668a236c1d63 (patch)
tree3c4bca55af66a6553a1ee6571b8eed0d9f1a43db /js/src/util.js
parent0efec1a3db9d9bc15dd6b71f12fe31729475e062 (diff)
downloadbootstrap-c4add0c2f30b8404bd1d227b16d7668a236c1d63.tar.xz
bootstrap-c4add0c2f30b8404bd1d227b16d7668a236c1d63.zip
Comply with consistent-return ESLint rule
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 070c5ea75..b779c448f 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -42,6 +42,7 @@ const Util = (($) => {
if ($(event.target).is(this)) {
return event.handleObj.handler.apply(this, arguments)
}
+ return undefined
}
}
}