Generated JSDoc.

This commit is contained in:
2019-09-11 09:42:00 +02:00
parent ebe0b1253f
commit 8034d3018a
68 changed files with 121 additions and 116 deletions
+2 -2
View File
@@ -2041,7 +2041,7 @@ export class DeepZoomImage extends PIXI.Container {
* @return {Sprite} sprite - A sprite with a single tile texture
*/
thumbnail() {
return new PIXI.Sprite.fromImage(this.info.baseURL)
return new PIXI.Sprite.from(this.info.baseURL)
}
/** Returns a list of all tiles of a given level.
@@ -2512,7 +2512,7 @@ export class DeepZoomImage extends PIXI.Container {
<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Aug 13 2019 12:46:00 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Sep 11 2019 09:31:36 GMT+0200 (Mitteleuropäische Sommerzeit)
</div>
</footer>
</div>