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
Post a Comment