mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 08:31:00 +00:00
Update drawer.js
Removes the commented code.
This commit is contained in:
parent
25f62cee4b
commit
a1e876447b
1 changed files with 0 additions and 4 deletions
|
@ -48,10 +48,6 @@ var DEVICE_SCREEN = $.getWindowSize(),
|
|||
|
||||
// always use canvas when it is available.
|
||||
USE_CANVAS = $.isFunction( document.createElement( "canvas" ).getContext );
|
||||
//USE_CANVAS = SUBPIXEL_RENDERING &&
|
||||
// !( DEVICE_SCREEN.x <= 400 || DEVICE_SCREEN.y <= 400 ) &&
|
||||
// !( navigator.appVersion.match( 'Mobile' ) ) &&
|
||||
// $.isFunction( document.createElement( "canvas" ).getContext );
|
||||
|
||||
//console.error( 'USE_CANVAS ' + USE_CANVAS );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue