Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Fix issue #11 typo: stickFor
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalus committed Jan 23, 2017
1 parent 18b98c8 commit 78b35f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sticky.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Sticky {

this.options = {
marginTop: options.marginTop || 0,
stickyFor: options.stickFor || 0,
stickyFor: options.stickyFor || 0,
stickyClass: options.stickyClass || null,
stickyContainer: options.stickyContainer || 'body',
};
Expand Down

0 comments on commit 78b35f0

Please sign in to comment.