From fdb5483e87e832cbaef8beca344aa71c7b096f5a Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sun, 9 Aug 2015 12:51:25 +0200 Subject: [PATCH] JSCS fixes --- src/js/utils/FrameUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/utils/FrameUtils.js b/src/js/utils/FrameUtils.js index 01393d23..346abd45 100644 --- a/src/js/utils/FrameUtils.js +++ b/src/js/utils/FrameUtils.js @@ -50,9 +50,9 @@ /** * Render a line of a single color in a given canvas 2D context. - * + * * @param color {String} color to draw - * @param x {Number} x coordinate + * @param x {Number} x coordinate * @param y {Number} y coordinate * @param width {Number} width of the line to draw, in pixels * @param context {CanvasRenderingContext2D} context of the canvas target