Fix docs.

This commit is contained in:
Aiosa 2025-01-10 14:57:41 +01:00
parent cb06a5c0fb
commit 226a44c498

View file

@ -218,7 +218,8 @@ OpenSeadragon.DrawerBase = class DrawerBase{
/**
* Destroy internal cache. Should be called within destroy() when
*
* usePrivateCache is set to true. Ensures cleanup of anything created
* by dataCreate(...).
*/
destroyInternalCache() {
this.viewer.tileCache.clearDrawerInternalCache(this);