mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-09 04:02:05 +00:00
fix: typo
This commit is contained in:
parent
a5c569ab5d
commit
4c2b0715af
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
|||
$.console.warn("Attempt to draw tile %s when not cached!", tile);
|
||||
return undefined;
|
||||
}
|
||||
const dataCache = cache.getDataForRendering(this, tile);
|
||||
const dataCache = cache.getCacheForRendering(this, tile);
|
||||
// Use CPU Data for the drawer instead
|
||||
return dataCache && dataCache.data.cpuData.getContext("2d");
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue