Skip to content
Commit bdc840cb authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix infinite loop when exporting JSON.

Because overrides can be circular (Notably Ext.Base#destroy),
store into overrides array just the name,owner,id of the overridden
member, not the member hash itself - previously we stored the
actual member hash, which in case of circular overrides resulted
in infinite loop when serializing the class into JSON.
parent 9cd69cb8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment