Lukas Bünger

Results 4 comments of Lukas Bünger

Hi Aaron, thanks for your feedback. Currently `walk` does a reverse of post-order. The reason why it's documented as arbitrary is so that people will not rely on any specific...

@atdixon Hi Aaron, I just wanted to give you a short update on this. First of all, I was wrong in that the current algo does a reverse pre-order and...

Take a look at this: https://github.com/icereval/backbone-documentmodel/pull/15

It is true that `getNestedModel()` and `getNestedCollection()` methods only get invoked for first level attributes and this is, at the moment at least, quite intended. It may take you a...