mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +03:00
fix: typo
This commit is contained in:
parent
a5c569ab5d
commit
4c2b0715af
@ -247,7 +247,7 @@
|
|||||||
$.console.warn("Attempt to draw tile %s when not cached!", tile);
|
$.console.warn("Attempt to draw tile %s when not cached!", tile);
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
const dataCache = cache.getDataForRendering(this, tile);
|
const dataCache = cache.getCacheForRendering(this, tile);
|
||||||
// Use CPU Data for the drawer instead
|
// Use CPU Data for the drawer instead
|
||||||
return dataCache && dataCache.data.cpuData.getContext("2d");
|
return dataCache && dataCache.data.cpuData.getContext("2d");
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user