1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Remove an extra blank line.

This commit is contained in:
Simo Kinnunen 2014-12-10 19:49:08 +09:00
parent 4a8806debc
commit 49bc669ef6

View file

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