Use Array<Foo> instead of Array.<Foo>

This commit is contained in:
Tim Schaub
2018-07-25 18:32:43 -07:00
parent 5a6502572f
commit d12ef20b12
184 changed files with 1194 additions and 1194 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class EPSG4326Projection extends Projection {
* Projections equal to EPSG:4326.
*
* @const
* @type {Array.<module:ol/proj/Projection>}
* @type {Array<module:ol/proj/Projection>}
*/
export const PROJECTIONS = [
new EPSG4326Projection('CRS:84'),