Improve some null types to prepare for strictNullChecks
This commit is contained in:
@@ -80,7 +80,7 @@ class MVT extends FeatureFormat {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Array<string>}
|
||||
* @type {Array<string>|null}
|
||||
*/
|
||||
this.layers_ = options.layers ? options.layers : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user