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