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

Modified Files:
        layer.js 
Log Message:
Fixed typo with noevt

Index: layer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/ext/layer.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** layer.js    2001/03/25 07:34:37     1.5
--- layer.js    2001/04/02 20:28:09     1.6
***************
*** 8,12 ****
        dynapi.api [dynlayer, dyndocument, browser]
  */ 
! DynLayer.prototype.setMaxSize=function(p,noev) {
        if (!this.created && !p) return;
        var w=h=0;
--- 8,12 ----
        dynapi.api [dynlayer, dyndocument, browser]
  */ 
! DynLayer.prototype.setMaxSize=function(p,noevt) {
        if (!this.created && !p) return;
        var w=h=0;
***************
*** 19,23 ****
                h=(h>p.h?h:p.h);
        } else if (typeof(p)=='boolean') noevt=p;
!       this.setSize(w,h,noev);
  };
  DynLayer.prototype.setPadding=function(p) {
--- 19,23 ----
                h=(h>p.h?h:p.h);
        } else if (typeof(p)=='boolean') noevt=p;
!       this.setSize(w,h,noevt);
  };
  DynLayer.prototype.setPadding=function(p) {


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

Reply via email to