Add stability annotation to ol.source.VectorFile

This commit is contained in:
Tom Payne
2014-02-03 14:41:22 +01:00
parent ccfae72e8e
commit 4178d3f434

View File

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