Skip to content

Commit

Permalink
Changed version to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
acch committed Oct 21, 2015
1 parent 6786713 commit 9b8d664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrollPosStyler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* ScrollPos-Styler v0.4
* ScrollPos-Styler v0.5
* https://github.com/acch/scrollpos-styler
* ========================================================================
* Copyright 2015 Achim Christ
Expand Down Expand Up @@ -110,7 +110,7 @@ var ScrollPosStyler = (function() {
busy = true;

// get current scroll position from window
scrollPosY = window.scrollY;
scrollPosY = window.pageYOffset;

// if we are below scroll position...
if (scrollPosY > scrollOffsetY) {
Expand Down

0 comments on commit 9b8d664

Please sign in to comment.