Add stability annotation to ol.format.IGC

This commit is contained in:
Tom Payne
2014-02-03 14:39:11 +01:00
parent d033801a84
commit a603ad86e9

View File

@@ -25,6 +25,7 @@ ol.format.IGCZ = {
* @constructor
* @extends {ol.format.Text}
* @param {olx.format.IGCOptions=} opt_options Options.
* @todo stability experimental
*/
ol.format.IGC = function(opt_options) {