Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv16572
Modified Files:
events.js
Log Message:
Removed parentComponent section - ParentComponent methods were removed from
dynlayer.js so they aren't used here anymore.
Index: events.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/events.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** events.js 2001/01/06 10:40:42 1.8
--- events.js 2001/01/09 05:37:01 1.9
***************
*** 155,163 ****
}
if (is.ns4 && is.platform=="other" && type=="mouseup")
this.invokeEvent("click",e);
- if (this.parentComponent) {
- if (e) e.src=this.parentComponent;
- else e=new DynEvent(type,this);
- this.parentComponent.invokeEvent(type,e);
- }
};
--- 155,158 ----
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs