]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Fix wording in comment
authorSamuel Mannehed <samuel@cendio.se>
Fri, 1 May 2020 17:51:33 +0000 (19:51 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 1 May 2020 18:37:48 +0000 (20:37 +0200)
core/input/mouse.js

index 344f9a856306929847db202357c6e41957133d8a..15a54ee2c20a2261d3809b86f4f9c13d7afa65b4 100644 (file)
@@ -41,7 +41,7 @@ export default class Mouse {
 
         // ===== EVENT HANDLERS =====
 
-        this.onmousebutton = () => {}; // Handler for mouse button click/release
+        this.onmousebutton = () => {}; // Handler for mouse button press/release
         this.onmousemove = () => {}; // Handler for mouse movement
     }