Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -19,7 +19,7 @@ const ATTRIBUTIONS = [
|
||||
|
||||
|
||||
/**
|
||||
* @type {Object.<string, {extension: string, opaque: boolean}>}
|
||||
* @type {Object<string, {extension: string, opaque: boolean}>}
|
||||
*/
|
||||
const LayerConfig = {
|
||||
'terrain': {
|
||||
@@ -70,7 +70,7 @@ const LayerConfig = {
|
||||
|
||||
|
||||
/**
|
||||
* @type {Object.<string, {minZoom: number, maxZoom: number}>}
|
||||
* @type {Object<string, {minZoom: number, maxZoom: number}>}
|
||||
*/
|
||||
const ProviderConfig = {
|
||||
'terrain': {
|
||||
|
||||
Reference in New Issue
Block a user