> From: Robert Rainwater
> Subject: [Dynapi-CVS] CVS: dynapi/src/lib/dynapi/api dynlayer.js,1.55,1.56 
> Date: Sun, 10 Jun 2001 15:18:21 -0700 
> 
> --------------------------------------------------------------------------------
> 
> Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
> In directory usw-pr-cvs1:/tmp/cvs-serv31775
> 
> Modified Files:
>         dynlayer.js 
> Log Message:
> - z-index is now set to 0 in constructor

   ^ I think you forgot to do so...

> - z-index is set to null in specificRemove
> - x and y are not reset in specificRemove
> 
> Index: dynlayer.js
> ===================================================================
> RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
> retrieving revision 1.55
> retrieving revision 1.56
> diff -C2 -r1.55 -r1.56
> *** dynlayer.js 2001/06/08 14:54:24     1.55
> --- dynlayer.js 2001/06/10 22:40:43     1.56
> ***************
> *** 127,132 ****
>         this.bgColor = null;
>         this.html = null;
> !       this.x = null;
> !       this.y = null;
>         this.w = null;
>         this.h = null;
> --- 127,131 ----
>         this.bgColor = null;
>         this.html = null;
> !       this.z = null;
>         this.w = null;
>         this.h = null;


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to