Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/event
In directory usw-pr-cvs1:/tmp/cvs-serv3608
Modified Files:
mouse.js
Log Message:
added setHTML() to include the noevt-parameter (like the original setHTML())
Index: mouse.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/event/mouse.js,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** mouse.js 2001/11/05 19:23:10 1.22
--- mouse.js 2001/12/22 17:17:41 1.23
***************
*** 274,279 ****
// DynLayer Specific
DynLayer.prototype._mouse_setHTML=DynLayer.prototype.setHTML;
! DynLayer.prototype.setHTML = function(s) {
! this._mouse_setHTML(s);
if (is.ns4&&this.doc) this.captureMouseEvents();
}
--- 274,279 ----
// DynLayer Specific
DynLayer.prototype._mouse_setHTML=DynLayer.prototype.setHTML;
! DynLayer.prototype.setHTML = function(s,noevt) {
! this._mouse_setHTML(s,noevt);
if (is.ns4&&this.doc) this.captureMouseEvents();
}
|