From b135dee0c280f681de7b2250241a6671e55eb684 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 29 Oct 2017 21:26:49 +0000 Subject: [PATCH] [client] Fiddle with comments --- Nibriboard/ClientFiles/Pencil.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nibriboard/ClientFiles/Pencil.js b/Nibriboard/ClientFiles/Pencil.js index 5fb3e53..cb46631 100644 --- a/Nibriboard/ClientFiles/Pencil.js +++ b/Nibriboard/ClientFiles/Pencil.js @@ -36,9 +36,9 @@ class Pencil */ this.mouse = new Mouse(); - // The id of the current line-in-progress. + /** The id of the current line-in-progress.*/ this.currentLineId = cuid(); - // Holds the (unsimplified) line segments before the pencil is lifted. + /** Holds the (unsimplified) line segments before the pencil is lifted. */ this.currentLineSegments = []; // The segments of the (unsimplified) line that haven't yet been sent // to the server.