[Proto-Scripty] PrototypeJS memory leak when using Class.create()

2012-07-30 Thread Erwin Pan
because klass is referenced by parent. Are there anyone know this ? Thanks for your reply.. Regards, Erwin Pan -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visi

[Proto-Scripty] Re: PrototypeJS memory leak when using Class.create()

2012-07-31 Thread Erwin Pan
Thanks ... But I still confuse that why "subclasses" is not used anywhere in this code. I think there's only one possibility that is keeping a reference count to this new "klass". However, if user has to use the "klass" in the future, user may save it to a new variable ... Regards, Erwin