Fix minor type strength inconsistency
This commit is contained in:
@@ -614,7 +614,7 @@ ol.source.Vector.prototype.getClosestFeatureToCoordinate = function(coordinate,
|
|||||||
* `useSpatialIndex` set to `false`.
|
* `useSpatialIndex` set to `false`.
|
||||||
* @param {ol.Extent=} opt_extent Destination extent. If provided, no new extent
|
* @param {ol.Extent=} opt_extent Destination extent. If provided, no new extent
|
||||||
* will be created. Instead, that extent's coordinates will be overwritten.
|
* will be created. Instead, that extent's coordinates will be overwritten.
|
||||||
* @return {!ol.Extent} Extent.
|
* @return {ol.Extent} Extent.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.source.Vector.prototype.getExtent = function(opt_extent) {
|
ol.source.Vector.prototype.getExtent = function(opt_extent) {
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ ol.structs.RBush.prototype.clear = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.Extent=} opt_extent Extent.
|
* @param {ol.Extent=} opt_extent Extent.
|
||||||
* @return {!ol.Extent} Extent.
|
* @return {ol.Extent} Extent.
|
||||||
*/
|
*/
|
||||||
ol.structs.RBush.prototype.getExtent = function(opt_extent) {
|
ol.structs.RBush.prototype.getExtent = function(opt_extent) {
|
||||||
// FIXME add getExtent() to rbush
|
// FIXME add getExtent() to rbush
|
||||||
|
|||||||
Reference in New Issue
Block a user