Add stability annotation to ol.format.TopoJSON

This commit is contained in:
Tom Payne
2014-02-03 14:58:04 +01:00
parent 608e3c43b1
commit 26a81a05ce

View File

@@ -19,6 +19,7 @@ goog.require('ol.proj');
* @constructor
* @extends {ol.format.JSON}
* @param {olx.format.TopoJSONOptions=} opt_options Options.
* @todo stability experimental
*/
ol.format.TopoJSON = function(opt_options) {