Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -114,7 +114,7 @@ class TouchSource extends EventSource {
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @type {!Object.<string, Event|Object>}
|
||||
* @type {!Object<string, Event|Object>}
|
||||
*/
|
||||
this.pointerMap = dispatcher.pointerMap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user