Update of /cvsroot/dynapi/dynapi/src
In directory usw-pr-cvs1:/tmp/cvs-serv15049
Modified Files:
dynapi.js
Log Message:
delete c -->> c=null ????????/
Index: dynapi.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/dynapi.js,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** dynapi.js 2001/06/18 19:19:12 1.39
--- dynapi.js 2001/06/20 02:29:29 1.40
***************
*** 76,81 ****
this.children.length--;
c.del()
! if(document.layers) c = null;
! else delete c;
}
};
--- 76,80 ----
this.children.length--;
c.del()
! c = null;
}
};
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs