New typedef syntax for Transform

This commit is contained in:
Andreas Hocevar
2018-03-07 13:48:28 +01:00
parent 938e475db1
commit 1e7a9e9231
2 changed files with 6 additions and 8 deletions

View File

@@ -366,14 +366,6 @@ ol.LoadingStrategy;
ol.LRUCacheEntry;
/**
* An array representing an affine 2d transformation for use with
* {@link ol.transform} functions. The array has 6 elements.
* @typedef {!Array.<number>}
*/
ol.Transform;
/**
* @typedef {{depth: (Array.<number>|undefined),
* feature: ol.Feature,

View File

@@ -27,3 +27,9 @@
* @api
*/
/**
* An array representing an affine 2d transformation for use with
* {@link module:ol/transform} functions. The array has 6 elements.
* @typedef {!Array.<number>} Transform
*/