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')