> As far as I understand, all references to HTMLDIVElements are removed
> in Dynlayer.specificRemove.
>
> What I'm still questioning is that there's a difference in memory
> handling between "delete obj" and "obj = null" and that one has to
> delete or assign null to the argument of DynObject.deleteChild
> at all, as it is done in line nos. 78/79 of dynapi.js.
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dynapi/dynapi/s
rc/dynapi.js?annotate=1.39#70
obj=null would do the job it would remove any links between objects and
HTMLelements.
delete obj would delete the variable from the Javascript environment..which
is rarely needed (can't think of an example where you would want to make
sure variables are really gone, seeing as obj=null would already free the
memory, and only leave the obj in the javascript "namespace")
Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev