Silence Backone.NestedModel on new Operation
Backbone.set()
method call, which is also called internally when constructing Backbone
It can easily be a problem if you initialize a Backbone
So next time you initialize a Backbone{ silent: true }
like this:
var myNestedModel = new Backbone.NestedModel(myNestedAttrs, { silent: true });