Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoiding to checkchanges on sub Backbone.Models/Collections #139

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 7, 2015

  1. Provided test allowing to verify we don't put any watchers on some ne…

    …sted Backbone.Model when we use Backbone.NestedModel
    fcamblor committed May 7, 2015
    Configuration menu
    Copy the full SHA
    0d5d9a8 View commit details
    Browse the repository at this point in the history
  2. Not checking changes on NestedModel sub Backbone.Model/Collection as …

    …it will generate lots of
    
    useless observers, particularly on Backbone.Model._events which may contain huge event binding data
    fcamblor committed May 7, 2015
    Configuration menu
    Copy the full SHA
    1804ae6 View commit details
    Browse the repository at this point in the history