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

Adds native Backbone event handling #9

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

Conversation

snurra
Copy link
Contributor

@snurra snurra commented Jun 27, 2015

Here's what expected:

  1. Every event is triggered on its model/collection as normal.
  2. Every event on a relation is also triggered on its parent as :.
  3. Change events are triggered when all setting is completed.
  4. There should only be (at most) one single change event on a relational model.

This is meant to mimic how events on a standard Backbone model are triggered.

Fixes #8
Fixes #7 (as an
automatic side-effect, doing it otherwise would be complicated)

@martinlissmyr
Copy link
Contributor

I made this: #10 (could come in handy here I guess).

@snurra snurra mentioned this pull request Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants