summaryrefslogtreecommitdiffstats
path: root/jquery-scrollspy.js
diff options
context:
space:
mode:
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 1bf523c..46b5078 100644
--- a/jquery-scrollspy.js
+++ b/jquery-scrollspy.js
@@ -14,7 +14,7 @@
min: 0,
max: 0,
mode: 'vertical',
- buffer: 50,
+ buffer: 0,
container: window,
onEnter: options.onEnter ? options.onEnter : [],
onLeave: options.onLeave ? options.onLeave : [],