bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Fix toJSLOND conversion of Type objects #163

Closed hlubek closed 11 years ago

hlubek commented 11 years ago

This could cause circular references when calling JSON.stringify on the exported object.

hlubek commented 11 years ago

Works for us in TYPO3 Neos. Without the fix there will be problem in the Create.JS midgard storage plugin (when saving to local storage).

bergie commented 11 years ago

Thanks a lot, especially for including tests!