Fix jsdoc indentation
This commit is contained in:
@@ -39,7 +39,7 @@ const CanvasVectorTileLayerRenderer = function(layer) {
|
|||||||
/**
|
/**
|
||||||
* Declutter tree.
|
* Declutter tree.
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.declutterTree_ = layer.getDeclutter() ? rbush(9) : null;
|
this.declutterTree_ = layer.getDeclutter() ? rbush(9) : null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -298,9 +298,9 @@ CanvasVectorTileLayerRenderer.prototype.forEachFeatureAtCoordinate = function(co
|
|||||||
found = found || replayGroup.forEachFeatureAtCoordinate(
|
found = found || replayGroup.forEachFeatureAtCoordinate(
|
||||||
coordinate, resolution, rotation, hitTolerance, {},
|
coordinate, resolution, rotation, hitTolerance, {},
|
||||||
/**
|
/**
|
||||||
* @param {ol.Feature|ol.render.Feature} feature Feature.
|
* @param {ol.Feature|ol.render.Feature} feature Feature.
|
||||||
* @return {?} Callback result.
|
* @return {?} Callback result.
|
||||||
*/
|
*/
|
||||||
function(feature) {
|
function(feature) {
|
||||||
const key = getUid(feature).toString();
|
const key = getUid(feature).toString();
|
||||||
if (!(key in features)) {
|
if (!(key in features)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user