Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -50,7 +50,7 @@ class TileQueue extends PriorityQueue {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {!Object.<string,boolean>}
|
||||
* @type {!Object<string,boolean>}
|
||||
*/
|
||||
this.tilesLoadingKeys_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user