From: Robert R. <rra...@ya...> - 2000-10-30 22:27:01
|
I've re-release version 2000.10.30b. This version fixes some bugs in deleteElement and also makes the .children property always an array, so hasChildren() is no longer needed. CHANGE LOG Legend: + Added Feature * Improved/Changed Feature - Bug Fix Version 2000.10.31b ------------------- [-] Unbroke deleteElement() [-] Fixed typo in removeChild() (unAssigned->unassigned) [*] Returned this.children to original state (it is now always an array) [*] Updated core.ext.inline.js to work with new arrays [*] Removed old rtmouseup code in EventMethod [*] Updated handleEvent() to work with rtmouse[up/down] and mdmouse[up/down] [*] Removed hasChildren() method (no longer needed since .children is always an array) [*] Updated mouseevents example to demo middle mouse button events DynAPI 2: http://sourceforge.net/projects/dynapi Later, Robert Rainwater |