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

View File

@@ -332,7 +332,7 @@ class PluggableMap extends BaseObject {
this.renderer_ = null;
/**
* @type {function(Event): void|undefined}
* @type {undefined|function(Event): void}
* @private
*/
this.handleResize_;