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.
Loading
Please sign in to comment