Mark properties as nullable

This commit is contained in:
Frederic Junod
2019-09-27 13:57:58 +02:00
parent 0e402073da
commit f67476dd8f
11 changed files with 13 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ class Geolocation extends BaseObject {
/**
* The unprojected (EPSG:4326) device position.
* @private
* @type {import("./coordinate.js").Coordinate}
* @type {?import("./coordinate.js").Coordinate}
*/
this.position_ = null;