Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -71,7 +71,7 @@ class CartoDB extends XYZ {
|
||||
this.config_ = options.config || {};
|
||||
|
||||
/**
|
||||
* @type {!Object.<string, CartoDBLayerInfo>}
|
||||
* @type {!Object<string, CartoDBLayerInfo>}
|
||||
* @private
|
||||
*/
|
||||
this.templateCache_ = {};
|
||||
|
||||
Reference in New Issue
Block a user