Patches item #421240, was updated on 2001-05-03 21:53
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=421240&group_id=5757
Category: DynAPI 2 API
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Pemberton (mpember)
Assigned to: Nobody/Anonymous (nobody)
Summary: setID Patch
Initial Comment:
DynObject.prototype.setID = function(id) {
if (!id) return; // stops it from setting the ID as null
if (this.id) delete DynObject.all[this.id]; // this should remove the old
reference
this.id=id;
DynObject.all[this.id] = this;
};
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=421240&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev