aboutsummaryrefslogtreecommitdiff
path: root/js/dist/util.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-09-09 16:59:37 -0700
committerMark Otto <[email protected]>2017-09-09 16:59:37 -0700
commitd8a5147c380fe142ee97fa2489f05afe2ed5a614 (patch)
tree1025945777bfd6a17aa433c6277a7821a68aa62d /js/dist/util.js
parentcad22335ede2d2d9d0242f86cd859752bbfb14ea (diff)
downloadbootstrap-d8a5147c380fe142ee97fa2489f05afe2ed5a614.tar.xz
bootstrap-d8a5147c380fe142ee97fa2489f05afe2ed5a614.zip
dist
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index 0cb4b614e..57d9896cc 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -24,9 +24,10 @@ 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();
}