Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-08-20 23:36:58 +0300
committerMark Otto <markdotto@gmail.com>2017-08-20 23:36:58 +0300
commit6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch)
tree36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/util.js
parent26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff)
dist
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index 1ee4e8cb05..b6d5f03e91 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();
}