Hi,
I am using goJS 1.0.8 and I am getting the following exception in Chrome:
Uncaught RangeError: Maximum call stack size exceeded
D.qa
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
gi
A.Wr
.
.
.
We are using single DOM to dynamically generate our pages which means we add/remove nodes from DOM a lot. I got this error when I tried to remove the nodes which contained the
Can someone tell me if there is a way to totally destroy the content or listeners of a diagram before I clean up the node(s) used by goJS?
Thanks.