Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/event
In directory usw-pr-cvs1:/tmp/cvs-serv12625

Modified Files:
        mouse.js 
Log Message:
Small ns4 change

Index: mouse.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/event/mouse.js,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** mouse.js    2001/04/10 06:40:16     1.10
--- mouse.js    2001/04/14 03:44:51     1.11
***************
*** 120,124 ****
  
        // Other checks
!       if (is.ns4 && is.other && type=="mousedown") {
                if (this.dbltimer!=null) {
                        evt.type=type="dblclick";
--- 120,124 ----
  
        // Other checks
!       if (is.ns4 && is..platform=="other" && type=="mousedown") {
                if (this.dbltimer!=null) {
                        evt.type=type="dblclick";


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to