fix comment
This commit is contained in:
parent
5ceab15faa
commit
fd145ac948
@ -1070,7 +1070,7 @@ const whiteboard = {
|
|||||||
img.src = this.imgWithSrc(url).attr("src"); // or here - but consistent
|
img.src = this.imgWithSrc(url).attr("src"); // or here - but consistent
|
||||||
},
|
},
|
||||||
undoWhiteboard: function (username) {
|
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;
|
var _this = this;
|
||||||
if (!username) {
|
if (!username) {
|
||||||
username = _this.settings.username;
|
username = _this.settings.username;
|
||||||
@ -1100,7 +1100,7 @@ const whiteboard = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
redoWhiteboard: function (username) {
|
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;
|
var _this = this;
|
||||||
if (!username) {
|
if (!username) {
|
||||||
username = _this.settings.username;
|
username = _this.settings.username;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user