aboutsummaryrefslogtreecommitdiff
path: root/js/dist/util.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-29 21:31:11 -0700
committerMark Otto <[email protected]>2017-06-29 21:31:11 -0700
commitf46f26bbaa16486bdfe07789a1491cc05eec8dcb (patch)
treeead610844e1ee1b04e82f73b8b6f5bd4e7c54f18 /js/dist/util.js
parent41f8af8afa16afb05d8842bbd39f3bf37e3b8567 (diff)
downloadbootstrap-f46f26bbaa16486bdfe07789a1491cc05eec8dcb.tar.xz
bootstrap-f46f26bbaa16486bdfe07789a1491cc05eec8dcb.zip
build
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index 58d5dd9e6..034895948 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -22,10 +22,9 @@ var Util = function ($) {
MozTransition: 'transitionend',
OTransition: 'oTransitionEnd otransitionend',
transition: 'transitionend'
- };
- // shoutout AngusCroll (https://goo.gl/pxwQGp)
- function toType(obj) {
+ // shoutout AngusCroll (https://goo.gl/pxwQGp)
+ };function toType(obj) {
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
}
@@ -39,7 +38,8 @@ var Util = function ($) {
delegateType: transition.end,
handle: function handle(event) {
if ($(event.target).is(this)) {
- return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params
+ return event.handleObj.handler.apply(this, arguments // eslint-disable-line prefer-rest-params
+ );
}
return undefined;
}