Make arg2 of GeometryFunction also optional as it comes after an optional arg1
This commit is contained in:
@@ -110,7 +110,7 @@ import {fromUserCoordinate, getUserProjection} from '../proj.js';
|
|||||||
* geometry is the geometry that is returned when the function is called without
|
* geometry is the geometry that is returned when the function is called without
|
||||||
* a second argument.
|
* a second argument.
|
||||||
* @typedef {function(!SketchCoordType, import("../geom/SimpleGeometry.js").default=,
|
* @typedef {function(!SketchCoordType, import("../geom/SimpleGeometry.js").default=,
|
||||||
* import("../proj/Projection.js").default):
|
* import("../proj/Projection.js").default=):
|
||||||
* import("../geom/SimpleGeometry.js").default} GeometryFunction
|
* import("../geom/SimpleGeometry.js").default} GeometryFunction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user