Mark properties as nullable
This commit is contained in:
@@ -332,7 +332,7 @@ class PluggableMap extends BaseObject {
|
||||
this.renderer_ = null;
|
||||
|
||||
/**
|
||||
* @type {function(Event): void|undefined}
|
||||
* @type {undefined|function(Event): void}
|
||||
* @private
|
||||
*/
|
||||
this.handleResize_;
|
||||
|
||||
Reference in New Issue
Block a user