Add ': void' to non returning functions (error TS7014)
This commit is contained in:
@@ -105,7 +105,7 @@ class PointerEventHandler extends EventTarget {
|
||||
this.pointerMap = {};
|
||||
|
||||
/**
|
||||
* @type {Object<string, function(Event)>}
|
||||
* @type {Object<string, function(Event): void>}
|
||||
* @private
|
||||
*/
|
||||
this.eventMap_ = {};
|
||||
|
||||
Reference in New Issue
Block a user