Remove @todo stability annotation (this has no effect)

This commit is contained in:
Tim Schaub
2014-07-05 16:16:34 -04:00
parent 8b29b52e95
commit fd659d63e9

View File

@@ -20,7 +20,6 @@ goog.require('ol.geom.Polygon');
* @constructor
* @extends {ol.format.TextFeature}
* @param {olx.format.WKTOptions=} opt_options Options.
* @todo stability experimental
* @api
*/
ol.format.WKT = function(opt_options) {