1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 09:41:11 +00:00

active - onActivate

This commit is contained in:
Jacob Thornton 2012-03-19 20:24:46 -07:00
parent 05e0d5f3d9
commit 384a082e8d

View File

@ -95,7 +95,7 @@
active = active.closest('li.dropdown').addClass('active') active = active.closest('li.dropdown').addClass('active')
} }
active.trigger('active') active.trigger('activate')
} }
} }