Skip to content

Commit

Permalink
Updated readme, bower.json, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shira-3749 committed Oct 9, 2014
1 parent 059e283 commit a527f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion src/scrollwatch.js
Expand Up @@ -58,7 +58,7 @@ var Shira;
stickyOffsetBottom: 5,
focusRatio: 0.38196601125010515,
focusOffset: 0,
debugFocusLine: true
debugFocusLine: false
};

ScrollWatch.Watcher.prototype = {
Expand Down

0 comments on commit a527f2f

Please sign in to comment.