0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00

Merge branch 'master' of github.com:twitter/bootstrap

This commit is contained in:
Jacob Thornton 2011-10-02 22:33:02 -07:00
commit 0b625d0cb5

View File

@ -21,7 +21,7 @@
!function( $ ){
function activate ( element, container ) {
container.find('.active').removeClass('active')
container.find('> .active').removeClass('active')
element.addClass('active')
}