Skip to content

Commit b1b0916

Browse files
committed
Fix typo
1 parent 7c0d435 commit b1b0916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRoot.base3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ JSROOT.define(['d3', 'threejs_jsroot', 'painter'], (d3, THREE, jsrp) => {
983983

984984
// if normal event, set longer timeout waiting if double click not detected
985985
if (evnt.detail != 2)
986-
this.single_click_tmout = setTimeout(this.ProcessClick.bind(this, this.getMousePos(evnt, {})), 300);
986+
this.single_click_tmout = setTimeout(this.processClick.bind(this, this.getMousePos(evnt, {})), 300);
987987
}.bind(control);
988988
}
989989

0 commit comments

Comments
 (0)