Use Array<Foo> instead of Array.<Foo>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
/**
|
||||
* An array of three numbers representing the location of a tile in a tile
|
||||
* grid. The order is `z`, `x`, and `y`. `z` is the zoom level.
|
||||
* @typedef {Array.<number>} TileCoord
|
||||
* @typedef {Array<number>} TileCoord
|
||||
* @api
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user