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