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
- 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-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to