Add zDirection memeber to the baes class, for type checking

This commit is contained in:
ahocevar
2019-03-21 18:50:03 +01:00
parent 085c60af49
commit 681c3169c1
2 changed files with 9 additions and 1 deletions

View File

@@ -258,7 +258,7 @@ class Zoomify extends TileImage {
});
/**
* @type {number|undefined}
* @inheritDoc
*/
this.zDirection = options.zDirection;