mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
Use canvas when available - Fixes
Removed redundant useCanvas property from drawer
This commit is contained in:
parent
085c7f2ecb
commit
5c4131303a
@ -89,7 +89,6 @@ $.Drawer = function( options ) {
|
|||||||
|
|
||||||
//internal state properties
|
//internal state properties
|
||||||
viewer: null,
|
viewer: null,
|
||||||
useCanvas: $.supportsCanvas,
|
|
||||||
downloading: 0,
|
downloading: 0,
|
||||||
tilesMatrix: {},
|
tilesMatrix: {},
|
||||||
tilesLoaded: [],
|
tilesLoaded: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user