Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -41,7 +41,7 @@ class BaseLayer extends BaseObject {
|
||||
super();
|
||||
|
||||
/**
|
||||
* @type {Object.<string, *>}
|
||||
* @type {Object<string, *>}
|
||||
*/
|
||||
const properties = assign({}, options);
|
||||
properties[LayerProperty.OPACITY] =
|
||||
|
||||
Reference in New Issue
Block a user