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
445 stars 83 forks source link

unset on the higher leve item fails #119

Open cooolbasha opened 10 years ago

cooolbasha commented 10 years ago

Hi, if there is a model with fields model = name: 'test' kart: r1: [4,4,o] r2:[8,8] if I call model.unset('kart') ..it does update the model. but the model changes does not trigger to model binder..if it is done 1 at a time say model.unset('kart.r1') works