Add back some dev comments on Designer objects

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-08-15 17:20:32 +02:00
parent e5dcb1e33a
commit abb871be89
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1,6 +1,8 @@
// eslint-disable-next-line no-unused-vars
var DesignerObjects = {
PdfPage: function (dbName, pageDescr, tblCords) {
// no dot set the auto increment before put() in the database
// issue #12900
// eslint-disable-next-line no-unused-vars
var pgNr;
this.dbName = dbName;
@ -8,6 +10,9 @@ var DesignerObjects = {
this.tblCords = tblCords;
},
TableCoordinate: function (dbName, tableName, pdfPgNr, x, y) {
// no dot set the auto increment before put() in the database
// issue #12900
// var id;
this.dbName = dbName;
this.tableName = tableName;
this.pdfPgNr = pdfPgNr;