@@ -492,7 +492,7 @@ IScroll.prototype = {
newX = this.x + deltaX;
newY = this.y + deltaY;
- if (newY < this.maxScrollY && this.pointY < 1000){
+ if (newY < this.maxScrollY){
this.scrollTo(0, this.maxScrollY, 400);
}