Mark applyTransform api stable

This commit is contained in:
Frederic Junod
2014-11-13 10:46:06 +01:00
parent cee1575a6c
commit c701ad6749
2 changed files with 2 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ ol.geom.GeometryCollection.prototype.setGeometriesArray = function(geometries) {
/**
* @inheritDoc
* @api stable
*/
ol.geom.GeometryCollection.prototype.applyTransform = function(transformFn) {
var geometries = this.geometries_;