1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[client] Fiddle with comments

This commit is contained in:
Starbeamrainbowlabs 2017-10-29 21:26:49 +00:00
parent 11c201e882
commit b135dee0c2

View file

@ -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.