Add stability annotation to ol.source.GeoJSON

This commit is contained in:
Tom Payne
2014-02-03 14:40:09 +01:00
parent 4178d3f434
commit 1e55c69a32

View File

@@ -9,6 +9,7 @@ goog.require('ol.source.VectorFile');
* @constructor
* @extends {ol.source.VectorFile}
* @param {olx.source.GeoJSONOptions=} opt_options Options.
* @todo stability experimental
*/
ol.source.GeoJSON = function(opt_options) {