1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00
This commit is contained in:
Mark Otto
2016-10-30 15:21:53 -07:00
parent b718b71627
commit d1171ac44a
22 changed files with 70 additions and 30 deletions

View File

@@ -149,7 +149,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);