Improve some null types to prepare for strictNullChecks
This commit is contained in:
@@ -87,7 +87,7 @@ class Static extends ImageSource {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {import("../size.js").Size}
|
||||
* @type {import("../size.js").Size|null}
|
||||
*/
|
||||
this.imageSize_ = options.imageSize ? options.imageSize : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user