Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -63,7 +63,7 @@ export class CustomTile extends Tile {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Object.<string, Object>|undefined}
|
||||
* @type {Object<string, Object>|undefined}
|
||||
*/
|
||||
this.data_ = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user