SnapOptions: Fix typo in pixelTolerance JSDoc

This was apparently copy-pasted from the `ModifyOptions` without adjustment
This commit is contained in:
Tobias Bieniek
2015-07-28 12:26:54 +02:00
parent 2b1acc6216
commit d3f766c748

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
*/