Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv19931
Modified Files:
events.js
Log Message:
Removed unneeded parameter in cancelBrowserEvent
Index: events.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/events.js,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** events.js 2001/01/19 22:14:36 1.14
--- events.js 2001/01/20 21:42:23 1.15
***************
*** 72,76 ****
MouseEvent.prototype.getPageY=function() {return this.pageY};
MouseEvent.prototype.setBubble=function(b) {this.bubble=b};
! MouseEvent.prototype.cancelBrowserEvent=function(b) {this.browserReturn=false};
DynLayer.prototype.captureMouseEvents=function() {
if (!this.eventListeners) this.eventListeners=[];
--- 72,76 ----
MouseEvent.prototype.getPageY=function() {return this.pageY};
MouseEvent.prototype.setBubble=function(b) {this.bubble=b};
! MouseEvent.prototype.cancelBrowserEvent=function() {this.browserReturn=false};
DynLayer.prototype.captureMouseEvents=function() {
if (!this.eventListeners) this.eventListeners=[];
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs