Merge pull request #13301 from EvertEt/strictnullchecks-2

Improve some null types to prepare for strictNullChecks
This commit is contained in:
Tim Schaub
2022-02-09 04:51:54 -07:00
committed by GitHub
20 changed files with 41 additions and 39 deletions

View File

@@ -38,7 +38,7 @@ class ZoomToExtent extends Control {
});
/**
* @type {?import("../extent.js").Extent}
* @type {?import("../extent.js").Extent|null}
* @protected
*/
this.extent = options.extent ? options.extent : null;