Add ': void' to non returning functions (error TS7014)
This commit is contained in:
@@ -336,7 +336,7 @@ class PluggableMap extends BaseObject {
|
||||
this.renderer_ = this.createRenderer();
|
||||
|
||||
/**
|
||||
* @type {function(Event)|undefined}
|
||||
* @type {function(Event): void|undefined}
|
||||
* @private
|
||||
*/
|
||||
this.handleResize_;
|
||||
|
||||
Reference in New Issue
Block a user