From fd145ac9485280e54284ab2c6728f74264dd7cca Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 25 Jan 2022 14:46:27 +0100 Subject: [PATCH] fix comment --- src/js/whiteboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/whiteboard.js b/src/js/whiteboard.js index 2abf643..4c0fd16 100644 --- a/src/js/whiteboard.js +++ b/src/js/whiteboard.js @@ -1070,7 +1070,7 @@ const whiteboard = { img.src = this.imgWithSrc(url).attr("src"); // or here - but consistent }, undoWhiteboard: function (username) { - //Not call this directly because you will get out of sync whit others... + //Not call this directly because you will get out of sync whith others... var _this = this; if (!username) { username = _this.settings.username; @@ -1100,7 +1100,7 @@ const whiteboard = { }); }, redoWhiteboard: function (username) { - //Not call this directly because you will get out of sync whit others... + //Not call this directly because you will get out of sync whith others... var _this = this; if (!username) { username = _this.settings.username;