Mark properties as nullable

This commit is contained in:
Frederic Junod
2019-10-01 10:47:07 +02:00
parent 89becd4c6d
commit 41b7893523
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ class Graticule extends VectorLayer {
});
/**
* @type {import("../extent.js").Extent}
* @type {?import("../extent.js").Extent}
*/
this.renderedExtent_ = null;