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

Logic flip preventing unending loop #11

Closed mattisfrommars closed 9 years ago

mattisfrommars commented 9 years ago

Currently loads more surfaces on wrong dimension, which doesn't increase when more surfaces are added. This means that on every scroll event this._triggerInfiniteLoadingDataProvider is always called

diervo commented 9 years ago

Thanks! Sorry for the huge delay :)