Merge pull request #4330 from openlayers/fredj-patch-1

ol.format.TopoJSON is read only, update the jsdoc
This commit is contained in:
Frédéric Junod
2015-10-28 15:11:29 +01:00

View File

@@ -17,7 +17,7 @@ goog.require('ol.proj');
/**
* @classdesc
* Feature format for reading and writing data in the TopoJSON format.
* Feature format for reading data in the TopoJSON format.
*
* @constructor
* @extends {ol.format.JSONFeature}