1
0
Fork 0

[client] Fiddle with comments

This commit is contained in:
Starbeamrainbowlabs 2017-10-29 21:26:49 +00:00
parent 11c201e882
commit b135dee0c2
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ class Pencil
*/ */
this.mouse = new Mouse(); this.mouse = new Mouse();
// The id of the current line-in-progress. /** The id of the current line-in-progress.*/
this.currentLineId = cuid(); 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 = []; this.currentLineSegments = [];
// The segments of the (unsimplified) line that haven't yet been sent // The segments of the (unsimplified) line that haven't yet been sent
// to the server. // to the server.