Use Object<Foo, Bar> instead of Object.<Foo, Bar>

This commit is contained in:
Tim Schaub
2018-07-25 18:33:49 -07:00
parent d12ef20b12
commit affbf59b77
92 changed files with 334 additions and 334 deletions
+2 -2
View File
@@ -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': {