Doc: small documentation fix openseadragon#2111

line change from click to double-click
This commit is contained in:
Shyamkumar Yadav 2022-02-18 09:49:24 +05:30 committed by GitHub
parent 84257e3202
commit 7532075aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@
this.dblClickTimeThreshold = options.dblClickTimeThreshold || $.DEFAULT_SETTINGS.dblClickTimeThreshold; this.dblClickTimeThreshold = options.dblClickTimeThreshold || $.DEFAULT_SETTINGS.dblClickTimeThreshold;
/** /**
* The maximum distance allowed between two pointer click events * The maximum distance allowed between two pointer click events
* to be treated as a click gesture. * to be treated as a double-click gesture.
* @member {Number} dblClickDistThreshold * @member {Number} dblClickDistThreshold
* @memberof OpenSeadragon.MouseTracker# * @memberof OpenSeadragon.MouseTracker#
*/ */