relatively-sticky

A jQuery plugin for creating smart sticky elements
git clone https://git.ce9e.org/relatively-sticky.git

commit
85a02263cfe5ced9ce56bc02b360414bf361d750
parent
299355e608f92a13e9ae41655a73b3a9b1ac8eae
Author
leaf corcoran <leafot@gmail.com>
Date
2013-07-31 17:22
fix typo

Diffstat

M site/index.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/site/index.html b/site/index.html

@@ -143,7 +143,7 @@ Sticky kit listens to one event on `document.body`.
  143   143 
  144   144 If you're changing the markup of your page on the fly by removing, adding or
  145   145 resizing elements then you most likely need to tell Sticky Kit to recalculate
  146    -1 the sticky elements to guarantee they still in the correct positions.
   -1   146 the sticky elements to guarantee they're positioned correctly.
  147   147 
  148   148 You can cause a recalculation to happen by triggering an event on the `document.body`:
  149   149