From 49bc669ef6b3fc1d492017e88725763bb56eb2db Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 10 Dec 2014 19:49:08 +0900 Subject: [PATCH] Remove an extra blank line. --- res/app/components/stf/screen/screen-directive.js | 1 - 1 file changed, 1 deletion(-) diff --git a/res/app/components/stf/screen/screen-directive.js b/res/app/components/stf/screen/screen-directive.js index 5261e656..c1daac9a 100644 --- a/res/app/components/stf/screen/screen-directive.js +++ b/res/app/components/stf/screen/screen-directive.js @@ -47,7 +47,6 @@ module.exports = function DeviceScreenDirective( * This section should deal with updating the screen ONLY. */ ;(function() { - var canvas = element.find('canvas')[0] , g = canvas.getContext('2d')