|
|
|
|
|
by jashkenas
5488 days ago
|
|
Circular references are garbage collected -- no need to worry about them. You might be thinking of a terrible old IE bug where circular references between JavaScript objects and DOM nodes were never collected, but that's never been an issue with JavaScript-only references. |
|