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>2016-10-31 01:21:53 +0300
committerMark Otto <markdotto@gmail.com>2016-10-31 01:21:53 +0300
commitd1171ac44ad05a1b7244900b690840093d3e5573 (patch)
treebbd5167a8ad1039bd376616438342e3d9e729f9e /js/dist/util.js
parentb718b716270243f66e04fe87616aa688cb3ebb10 (diff)
grunt
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index 28a9fd323e..65d49a07be 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -119,7 +119,7 @@ var Util = function ($) {
return selector;
},
reflow: function reflow(element) {
- new Function('bs', 'return bs')(element.offsetHeight);
+ return element.offsetHeight;
},
triggerTransitionEnd: function triggerTransitionEnd(element) {
$(element).trigger(transition.end);