aboutsummaryrefslogtreecommitdiff
path: root/js/dist/util.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-13 12:59:27 -0700
committerMark Otto <[email protected]>2017-08-13 12:59:27 -0700
commit2be34d5ce9ba1e4b03e534775e692f7de0267156 (patch)
treea2e81221f9c2b2d249acac0e8395ba3be5136ac9 /js/dist/util.js
parent30e27e79423255a351c0ee670b0c9aae0eb1a9ff (diff)
downloadbootstrap-2be34d5ce9ba1e4b03e534775e692f7de0267156.tar.xz
bootstrap-2be34d5ce9ba1e4b03e534775e692f7de0267156.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 b6d5f03e9..1ee4e8cb0 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -22,9 +22,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();
}