Merge pull request #3932 from Turbo87/patch-1

SnapOptions: Fix typo in pixelTolerance JSDoc
This commit is contained in:
Frédéric Junod
2015-07-28 13:03:14 +02:00

View File

@@ -2881,7 +2881,7 @@ olx.interaction.SnapOptions.prototype.features;
/**
* Pixel tolerance for considering the pointer close enough to a segment or
* vertex for editing. Default is `10` pixels.
* vertex for snapping. Default is `10` pixels.
* @type {number|undefined}
* @api
*/