Add stability annotation to ol.format.GPX

This commit is contained in:
Tom Payne
2014-02-03 14:39:04 +01:00
parent 2dd6cfd651
commit d033801a84

View File

@@ -18,6 +18,7 @@ goog.require('ol.xml');
/** /**
* @constructor * @constructor
* @extends {ol.format.XML} * @extends {ol.format.XML}
* @todo stability experimental
*/ */
ol.format.GPX = function() { ol.format.GPX = function() {
goog.base(this); goog.base(this);