Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

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

Open
theirishpenguin opened this issue Dec 16, 2014 · 1 comment
Labels

Comments

@theirishpenguin
Copy link

Reproduction

Problem

Potential solution

  • Change that line to be something like...

        // OLD
        self.trigger("reset", self, opts);
        // NEW
        if (opts.silent !== true) {
          self.trigger("reset", self, opts);
        }
    
@theirishpenguin
Copy link
Author

Found an old similar issue in the now deprecated backbone-pageable repo backbone-paginator/backbone-pageable#96. Perhaps a regression?

@wyuenho wyuenho added the bug label Oct 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants