backbone-paginator / backbone.paginator

A pageable, drop-in replacement for Backbone.Collection called Backbone.PageableCollection.
http://backbone-paginator.github.io/backbone.paginator/
MIT License
1.41k stars 254 forks source link

A "reset" event is raised by collection.getNextPage({silent: true}) #266

Open theirishpenguin opened 9 years ago

theirishpenguin commented 9 years ago

Reproduction

Problem

Potential solution

theirishpenguin commented 9 years ago

Found an old similar issue in the now deprecated backbone-pageable repo https://github.com/backbone-paginator/backbone-pageable/issues/96. Perhaps a regression?