Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv4180

Modified Files:
        dynlayer.js 
Log Message:
getOuterHTML semicolon fix.  didnt I already fix this?

Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** dynlayer.js 2001/04/01 00:25:51     1.43
--- dynlayer.js 2001/04/01 07:32:27     1.44
***************
*** 167,172 ****
                if (this.h!=null) s+=' height='+this.h;
                if (this.clip) s+=' 
clip="'+this.clip[3]+','+this.clip[0]+','+this.clip[1]+','+this.clip[2]+'"';
!               else if (this.w!=null && this.h!=null);
!                       s+=' clip="0,0,'+this.w+','+this.h+'"';
                if (this.z) s+=' zIndex='+this.z;
                if (this.bgImage!=null) s+=' background="'+this.bgImage+'"';
--- 167,171 ----
                if (this.h!=null) s+=' height='+this.h;
                if (this.clip) s+=' 
clip="'+this.clip[3]+','+this.clip[0]+','+this.clip[1]+','+this.clip[2]+'"';
!               else if (this.w!=null && this.h!=null) s+=' 
clip="0,0,'+this.w+','+this.h+'"';
                if (this.z) s+=' zIndex='+this.z;
                if (this.bgImage!=null) s+=' background="'+this.bgImage+'"';


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

Reply via email to