Make sure that opt_layout is listed as optional

This commit is contained in:
Andreas Hocevar
2014-05-15 20:29:16 +02:00
parent b2805c58de
commit d163f60e34
9 changed files with 33 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ goog.require('ol.math');
* @constructor
* @extends {ol.geom.SimpleGeometry}
* @param {ol.geom.RawMultiPoint} coordinates Coordinates.
* @param {ol.geom.GeometryLayout|string=} opt_layout Layout.
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
* @todo api
*/
ol.geom.MultiPoint = function(coordinates, opt_layout) {