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.