2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

update all to new on api + add animation support to tabs

This commit is contained in:
Jacob Thornton
2011-12-20 19:37:41 -08:00
parent 1ef5fa7d6b
commit 0980a33b47
10 changed files with 110 additions and 78 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
}
$.support.transition && $element.hasClass('fade') ?
$element.bind($.support.transition.end, removeElement) :
$element.on($.support.transition.end, removeElement) :
removeElement()
}