From a527f2faa3e278d046ffc6d5480b7a997a7d5b2f Mon Sep 17 00:00:00 2001 From: ShiraNai7 Date: Thu, 9 Oct 2014 04:58:30 +0200 Subject: [PATCH] Updated readme, bower.json, typo --- README.markdown | 2 +- bower.json | 2 +- src/scrollwatch.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index a117da8..2be6a70 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # ScrollWatch -jQuery plugin to determine active sections on the page based on current viewport and scrolling position. +jQuery plugin used to determine active sections on the page based on current viewport and scrolling position. ## Demo diff --git a/bower.json b/bower.json index a9640f4..f92fd63 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-scrollwatch", - "description": "jQuery", + "description": "jQuery plugin used to determine active sections on the page based on current viewport and scrolling position.", "version": "2.0.0", "keywords": [ "js", diff --git a/src/scrollwatch.js b/src/scrollwatch.js index 97292a0..b5fbed2 100644 --- a/src/scrollwatch.js +++ b/src/scrollwatch.js @@ -58,7 +58,7 @@ var Shira; stickyOffsetBottom: 5, focusRatio: 0.38196601125010515, focusOffset: 0, - debugFocusLine: true + debugFocusLine: false }; ScrollWatch.Watcher.prototype = {