From a1e876447b5ffbaf87e878846cd57d18bcc66a84 Mon Sep 17 00:00:00 2001 From: cskwg Date: Tue, 11 Jun 2013 20:15:21 +0200 Subject: [PATCH] Update drawer.js Removes the commented code. --- src/drawer.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/drawer.js b/src/drawer.js index ef8e5851..9f92c664 100644 --- a/src/drawer.js +++ b/src/drawer.js @@ -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 );