afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
444 stars 83 forks source link

Added tests for options being passed to trigger() #66

Open mattyway opened 11 years ago

mattyway commented 11 years ago

When setting a root level attribute, set() will pass the options it was called with to trigger(). When setting a nested attribute this does not happen.