2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+1 -1
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);