Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/event
In directory usw-pr-cvs1:/tmp/cvs-serv31086/src/lib/dynapi/event
Modified Files:
mouse.js
Log Message:
cancelBrowserEvent does not need parameter b
Index: mouse.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/event/mouse.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** mouse.js 2001/03/27 15:34:27 1.5
--- mouse.js 2001/03/30 23:26:45 1.6
***************
*** 26,30 ****
DynMouseEvent.prototype.getPageX=function() {return this.pageX};
DynMouseEvent.prototype.getPageY=function() {return this.pageY};
! DynMouseEvent.prototype.cancelBrowserEvent=function(b) {this.browserReturn=false};
// This is THE event.
DynMouseEvent._e=new DynMouseEvent()
--- 26,30 ----
DynMouseEvent.prototype.getPageX=function() {return this.pageX};
DynMouseEvent.prototype.getPageY=function() {return this.pageY};
! DynMouseEvent.prototype.cancelBrowserEvent=function() {this.browserReturn=false};
// This is THE event.
DynMouseEvent._e=new DynMouseEvent()
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs