Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv821
Modified Files:
dynlayer.js
Log Message:
Fixed if statement in getOuterHTML (had a semicolon after the if)
Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** dynlayer.js 2001/03/28 18:19:40 1.41
--- dynlayer.js 2001/03/30 07:58:12 1.42
***************
*** 146,151 ****
if (this.h!=null) s+=' height:'+this.h+'px;';
if (this.clip) s+=' clip:rect('+this.clip[0]+'px '+this.clip[1]+'px
'+this.clip[2]+'px '+this.clip[3]+'px);';
! else if (this.w!=null && this.h!=null);
! s+=' clip:rect(0px '+this.w+'px '+this.h+'px 0px);';
if (this.z) s+=' z-index='+this.z+';';
if (this.bgImage!=null) s+=' background-image:url('+this.bgImage+');'
--- 146,150 ----
if (this.h!=null) s+=' height:'+this.h+'px;';
if (this.clip) s+=' clip:rect('+this.clip[0]+'px '+this.clip[1]+'px
'+this.clip[2]+'px '+this.clip[3]+'px);';
! else if (this.w!=null && this.h!=null) s+=' clip:rect(0px '+this.w+'px
'+this.h+'px 0px);';
if (this.z) s+=' z-index='+this.z+';';
if (this.bgImage!=null) s+=' background-image:url('+this.bgImage+');'
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs