aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-03-19 20:24:46 -0700
committerJacob Thornton <[email protected]>2012-03-19 20:24:46 -0700
commit384a082e8d220115d0eb94b0c57d837b625ad2ab (patch)
treec62957e2fba2f9abe45a69db4d0085efcf2ad9c3
parent05e0d5f3d931e84f3bc86a5c1153e710237cb53a (diff)
downloadbootstrap-384a082e8d220115d0eb94b0c57d837b625ad2ab.tar.xz
bootstrap-384a082e8d220115d0eb94b0c57d837b625ad2ab.zip
active - onActivate
-rw-r--r--js/bootstrap-scrollspy.js2
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')
}
}