StaticVector is not an abstract base class

This commit is contained in:
Andreas Hocevar
2014-09-09 13:44:56 -07:00
parent ad1f255211
commit 6eda02f208
+2 -4
View File
@@ -7,10 +7,8 @@ goog.require('ol.source.State');
/** /**
* @classdesc * @classdesc
* Abstract base class; normally only used for creating subclasses and not * A vector source that uses one of the supported formats to read the data from
* instantiated in apps. * a file or other static source.
* Base class for vector sources in one of the supported formats, where the data
* is read from a file or other static source.
* *
* @constructor * @constructor
* @extends {ol.source.FormatVector} * @extends {ol.source.FormatVector}