Triply-Dev / YASGUI.YASR-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
26 stars 22 forks source link

"Too much recursion" when persistency is disabled #53

Closed jneubert closed 9 years ago

jneubert commented 9 years ago

When I set

YASR.defaults.persistency.prefix = false;

I get a "Too much recursion" error. This can be reproduces with an an adapted version of glue.js of your gist, and yasr 2.4.11. Unfortunately I don't know at which version it started to occur.

LaurensRietveld commented 9 years ago

This bug was caused by #43, and fixed in the version I published a few seconds ago. Again, thanks for the report!