Fix minor type strength inconsistency

This commit is contained in:
Petr Sloup
2017-06-13 12:48:59 +02:00
parent e14ee2ea72
commit ea4e5f2293
2 changed files with 2 additions and 2 deletions

View File

@@ -614,7 +614,7 @@ ol.source.Vector.prototype.getClosestFeatureToCoordinate = function(coordinate,
* `useSpatialIndex` set to `false`.
* @param {ol.Extent=} opt_extent Destination extent. If provided, no new extent
* will be created. Instead, that extent's coordinates will be overwritten.
* @return {!ol.Extent} Extent.
* @return {ol.Extent} Extent.
* @api
*/
ol.source.Vector.prototype.getExtent = function(opt_extent) {