diff options
| author | Jacob Thornton <[email protected]> | 2012-03-19 20:24:46 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-19 20:24:46 -0700 |
| commit | 384a082e8d220115d0eb94b0c57d837b625ad2ab (patch) | |
| tree | c62957e2fba2f9abe45a69db4d0085efcf2ad9c3 | |
| parent | 05e0d5f3d931e84f3bc86a5c1153e710237cb53a (diff) | |
| download | bootstrap-384a082e8d220115d0eb94b0c57d837b625ad2ab.tar.xz bootstrap-384a082e8d220115d0eb94b0c57d837b625ad2ab.zip | |
active - onActivate
| -rw-r--r-- | js/bootstrap-scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index dea6e95f0..e0c74539e 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -95,7 +95,7 @@ active = active.closest('li.dropdown').addClass('active') } - active.trigger('active') + active.trigger('activate') } } |
