diff --git a/jquery-scrolltofixed.js b/jquery-scrolltofixed.js index aee7fa0..116d49a 100644 --- a/jquery-scrolltofixed.js +++ b/jquery-scrolltofixed.js @@ -516,9 +516,6 @@ }); target.bind('scroll.ScrollToFixed', function() { - target.trigger('preUnfixed.ScrollToFixed'); - setUnfixed(); - target.trigger('unfixed.ScrollToFixed'); checkScroll(); });