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

add reference to scroller to ptr/ptl callbacks #22

Open appedemic opened 9 years ago

appedemic commented 9 years ago

When using multiple scrollers or nested scrollers, it's useful to know which scroller was triggered by ptr/ptl. This adds a reference to the activated scroller to the ptr/ptl functions.

diervo commented 8 years ago

THanks, I need to check if the API contract is in conflict with something else.