Use camel-cased inheritDoc for consistency
This commit is contained in:
@@ -544,7 +544,7 @@ class CanvasVectorTileLayerRenderer extends CanvasTileLayerRenderer {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* @inheritDoc
|
||||
*/
|
||||
getDataAtPixel(pixel, frameState, hitTolerance) {
|
||||
let data = super.getDataAtPixel(pixel, frameState, hitTolerance);
|
||||
|
||||
Reference in New Issue
Block a user