Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv32027
Modified Files:
dynlayer.js
Log Message:
Check for this.elm in specificRemove for is.def
Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** dynlayer.js 2001/04/01 07:32:27 1.44
--- dynlayer.js 2001/04/03 19:59:44 1.45
***************
*** 112,116 ****
};
DynLayer.prototype.specificRemove=function() {
! if (is.def) {
this.elm.style.visibility = "hidden";
this.elm.innerHTML = "";
--- 112,116 ----
};
DynLayer.prototype.specificRemove=function() {
! if (is.def && this.elm) {
this.elm.style.visibility = "hidden";
this.elm.innerHTML = "";
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs