Skip to content

Commit

Permalink
Fixed setSelectedCoordinates param description typo (#1090) (h/t @afa…
Browse files Browse the repository at this point in the history
  • Loading branch information
afanasy authored Jan 25, 2023
1 parent cff9fe4 commit b4c4138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modes/mode_interface_accessors.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ModeInterface.prototype.setSelected = function(features) {
/**
* Sets Draw's internal selected coordinate state
* @name this.setSelectedCoordinates
* @param {Object[]} coords - a array of {coord_path: 'string', featureId: 'string'}
* @param {Object[]} coords - a array of {coord_path: 'string', feature_id: 'string'}
*/
ModeInterface.prototype.setSelectedCoordinates = function(coords) {
this._ctx.store.setSelectedCoordinates(coords);
Expand Down

0 comments on commit b4c4138

Please sign in to comment.