also / lead.js

lead.github.io
MIT License
29 stars 8 forks source link

TypeError: Converting circular structure to JSON #94

Closed also closed 11 years ago

also commented 11 years ago

if running a notebook results in an object with a cycle, a TypeError is thrown.

a = {}
a.a = a