mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Use canvas when available - Fixes
Removed redundant useCanvas property from drawer
This commit is contained in:
parent
085c7f2ecb
commit
5c4131303a
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ $.Drawer = function( options ) {
|
|||
|
||||
//internal state properties
|
||||
viewer: null,
|
||||
useCanvas: $.supportsCanvas,
|
||||
downloading: 0,
|
||||
tilesMatrix: {},
|
||||
tilesLoaded: [],
|
||||
|
|
Loading…
Add table
Reference in a new issue