Make arg2 of GeometryFunction also optional as it comes after an optional arg1

This commit is contained in:
Jackie Ng
2020-03-05 01:01:03 +11:00
parent 21fcb4621b
commit 6d16fe8405

View File

@@ -110,7 +110,7 @@ import {fromUserCoordinate, getUserProjection} from '../proj.js';
* geometry is the geometry that is returned when the function is called without
* a second argument.
* @typedef {function(!SketchCoordType, import("../geom/SimpleGeometry.js").default=,
* import("../proj/Projection.js").default):
* import("../proj/Projection.js").default=):
* import("../geom/SimpleGeometry.js").default} GeometryFunction
*/