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

@@ -245,6 +245,7 @@ ol.geom.SimpleGeometry.prototype.setLayout =
/**
* @inheritDoc
* @api stable
*/
ol.geom.SimpleGeometry.prototype.applyTransform = function(transformFn) {
if (!goog.isNull(this.flatCoordinates)) {