Merge pull request #10840 from fredj/remove_inheritDoc

Remove inherit doc
This commit is contained in:
Frédéric Junod
2020-04-04 14:06:43 +02:00
committed by GitHub
120 changed files with 891 additions and 573 deletions
+3 -2
View File
@@ -52,7 +52,8 @@ export class CustomTile extends ImageTile {
}
/**
* @inheritDoc
* Get the image element for this tile.
* @return {HTMLCanvasElement|HTMLImageElement|HTMLVideoElement} Image.
*/
getImage() {
if (this.zoomifyImage_) {
@@ -258,7 +259,7 @@ class Zoomify extends TileImage {
});
/**
* @inheritDoc
* @type {number}
*/
this.zDirection = options.zDirection;