loleaflet/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6dd0817c74119d13c28da921f417fefa1c55e641 Author: Michael Meeks <[email protected]> AuthorDate: Mon Apr 20 15:23:45 2020 +0100 Commit: Michael Meeks <[email protected]> CommitDate: Mon Apr 20 15:24:12 2020 +0100 Proxy: mend JS quoting. Change-Id: I9da2b2e58891acb9fb5947cc4d5dde79bda394da diff --git a/loleaflet/js/global.js b/loleaflet/js/global.js index ad3632199..a5b37d03b 100644 --- a/loleaflet/js/global.js +++ b/loleaflet/js/global.js @@ -273,7 +273,7 @@ data = arr.slice(i, i + size); if (serial !== that.inSerial + 1) { - console.debug("Error: serial mismatch " + serial + " vs. " + (that.inSerial + 1)); + console.debug('Error: serial mismatch ' + serial + ' vs. ' + (that.inSerial + 1)); } that.inSerial = serial; this.onmessage({ data: data }); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
