Mark ol.TransformFunction as stable

This commit is contained in:
Éric Lemoine
2014-08-25 10:30:04 +02:00
parent cc4d793c64
commit 016daf3c68

View File

@@ -8,6 +8,6 @@ goog.provide('ol.TransformFunction');
* returns the output array.
*
* @typedef {function(Array.<number>, Array.<number>=, number=): Array.<number>}
* @api
* @api stable
*/
ol.TransformFunction;