1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

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

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

View File

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