knockout.js - Durandal activationData nested in widget -


i'm creating durandal widget , works fine. question activationdata. seems infinitely nested , have no idea why.

if inspect settings argument passed inside activate , drill down activationdata, object keeps being nested within itself. idea why?

it's not 'infinitely nested' referencing each other in called circular reference in javascript. long don't try tojson() should fine, it's common practice.

take parent / child relationship example -

parent   - child  child   - parent 

a parent has child has parent. no biggie.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -