Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-03-20 07:24:46 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-20 07:24:46 +0400
commit384a082e8d220115d0eb94b0c57d837b625ad2ab (patch)
treec62957e2fba2f9abe45a69db4d0085efcf2ad9c3 /js/bootstrap-scrollspy.js
parent05e0d5f3d931e84f3bc86a5c1153e710237cb53a (diff)
active - onActivate
Diffstat (limited to 'js/bootstrap-scrollspy.js')
-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 dea6e95f03..e0c74539e1 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')
}
}