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
+1 -1
View File
@@ -17,7 +17,7 @@ goog.require('ol.proj');
/** /**
* @classdesc * @classdesc
* Feature format for reading and writing data in the TopoJSON format. * Feature format for reading data in the TopoJSON format.
* *
* @constructor * @constructor
* @extends {ol.format.JSONFeature} * @extends {ol.format.JSONFeature}