forcedotcom / scrollerjs

A JavaScript library that helps you build performant UI components for the web.
http://scrollerjs.com
Apache License 2.0
636 stars 63 forks source link

Infinite Loading Plugin #9

Closed duncanreid closed 9 years ago

duncanreid commented 9 years ago

I think scrollWidth & scrollHeight are in the wrong spot in the infinite loading plugin, no? Line 115:

if (this.scrollVertical) {
    pos  = y;
    size = this.scrollerWidth;
} else {
    pos  = x;
    size = this.scrollerHeight;
}
diervo commented 9 years ago

Thanks! FIxed here: https://github.com/forcedotcom/scrollerjs/commit/30c0291d1571d81e20720623105dc9f0745ac396