mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Fix docs.
This commit is contained in:
parent
cb06a5c0fb
commit
226a44c498
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue