+13
−2
Loading
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.