Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api In directory usw-pr-cvs1:/tmp/cvs-serv20078 Modified Files: dragevent.js Log Message: Removed unneeded parameter in cancelDrag Index: dragevent.js =================================================================== RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dragevent.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dragevent.js 2000/12/14 02:56:56 1.4 --- dragevent.js 2001/01/20 21:44:14 1.5 *************** *** 20,24 **** DragEvent.prototype.getPageY=function() {return this.pageY;}; DragEvent.prototype.setBubble=function(b) {this.bubble=b;}; ! DragEvent.prototype.cancelDrag=function(b) {this.dragEnabled=false;}; DragEvent.dragPlay=0; DynAPI.document.dragevent=null; --- 20,24 ---- DragEvent.prototype.getPageY=function() {return this.pageY;}; DragEvent.prototype.setBubble=function(b) {this.bubble=b;}; ! DragEvent.prototype.cancelDrag=function() {this.dragEnabled=false;}; DragEvent.dragPlay=0; DynAPI.document.dragevent=null; _______________________________________________ Dynapi-CVS mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-cvs