walmartlabs / thorax

Strengthening your Backbone
http://thoraxjs.org/
Other
1.32k stars 120 forks source link

validation error #405

Open zverev opened 9 years ago

zverev commented 9 years ago

I'm trying to validate a model in a collection, that is used by CollectionView and get an exception Cannot read property 'invalid' of undefined. http://jsbin.com/pukoxe/3/edit?js,console

kpdecker commented 9 years ago

It looks like the bind events are not expecting the delegation from children. Will see what we can do to fix this.