summaryrefslogtreecommitdiffstats
path: root/jquery-scrollspy.js
diff options
context:
space:
mode:
authorSam Alexander <sxalexander@gmail.com>2014-11-10 14:47:28 -0800
committerSam Alexander <sxalexander@gmail.com>2014-11-10 14:47:28 -0800
commitb87810a645956a49b94b93662aa632f32e6b8979 (patch)
tree3f27657383130bbe5b84fc7eb601c3128a4eca50 /jquery-scrollspy.js
parent9f5dcb7d11c21f2493607ac17fb90f3cb1767873 (diff)
parentec921ce2efa2773322aad64e578ad20a5ca9f30f (diff)
downloadjquery-scrollspy-b87810a645956a49b94b93662aa632f32e6b8979.zip
jquery-scrollspy-b87810a645956a49b94b93662aa632f32e6b8979.tar.gz
jquery-scrollspy-b87810a645956a49b94b93662aa632f32e6b8979.tar.bz2
Merge pull request #8 from martl/patch-1
Update jquery-scrollspy.js
Diffstat (limited to 'jquery-scrollspy.js')
-rw-r--r--jquery-scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery-scrollspy.js b/jquery-scrollspy.js
index 1675f04..5a4f189 100644
--- a/jquery-scrollspy.js
+++ b/jquery-scrollspy.js
@@ -67,7 +67,7 @@
}
- /* triger tick event */
+ /* trigger tick event */
$(element).trigger('scrollTick', {position: position, inside: inside, enters: enters, leaves: leaves})
if($.isFunction(o.onTick)){
o.onTick(element, position, inside, enters, leaves);