summaryrefslogtreecommitdiffstats
path: root/jquery-scrollspy.js
diff options
context:
space:
mode:
authormartl <freundorfer@gmail.com>2013-01-17 10:17:45 +0100
committermartl <freundorfer@gmail.com>2013-01-17 10:17:45 +0100
commitec921ce2efa2773322aad64e578ad20a5ca9f30f (patch)
tree01343312e050cc1cc220e33e6039cdaaa013cd56 /jquery-scrollspy.js
parent2edc2d98e0256cb79cecce61e8c17f2a0a3b8952 (diff)
downloadjquery-scrollspy-ec921ce2efa2773322aad64e578ad20a5ca9f30f.zip
jquery-scrollspy-ec921ce2efa2773322aad64e578ad20a5ca9f30f.tar.gz
jquery-scrollspy-ec921ce2efa2773322aad64e578ad20a5ca9f30f.tar.bz2
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 0712176..457f704 100644
--- a/jquery-scrollspy.js
+++ b/jquery-scrollspy.js
@@ -69,7 +69,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);