Use canvas when available - Fixes

Removed redundant useCanvas property from drawer
This commit is contained in:
Mark Salsbery 2013-11-07 11:48:01 -08:00
parent 085c7f2ecb
commit 5c4131303a

View File

@ -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: [],