It's been updated in CVS. Also, I added a 'dynapix' bug category to
the bug list at sourceforge. You can now submit dynapix bugs and
select the dynapix category so it will be easy to follow.
--
Robert Rainwater
On 3/22/2001, 4:58:41 PM EST, Michael wrote about "[Dynapi-Dev] DynAPI X: typo in
removeEventListener":
> there's a "this." missing in the following method (in listener.js)
> DynObject.prototype.removeEventListener=function(listener) {
> Methods.removeFromArray(this.eventListeners, listener, false);
> if (eventListeners.length==0) { // <= this line!!
> this.hasEventListeners=false;
> }
> }
> should be:
> if (this.eventListeners.length==0) {
> ^^^^^^
> --
> Michael Buerge
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev