I have a Backbone View that uses iScroll to implement a slideshow.
iScroll publishes an onScrollEnd event, but I cannot seem to bind/subscribe to it inside
onScrollEnd
It might not be obvious, but event property in backbone.js views is used only for DOM events. Custom events should be bound as James Brown mentioned above.
event