2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

make active selector more specific #2043 and rebuild

This commit is contained in:
Jacob Thornton
2012-06-02 22:10:35 -07:00
parent 4a276b1620
commit 2d3a0babd2
7 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
this.$element[dimension](0)
this.transition('addClass', $.Event('show'), 'shown')
this.$element[dimension](this.$element[0][scroll])
$.support.transition && this.$element[dimension](this.$element[0][scroll])
}
, hide: function () {