Add back some dev comments on Designer objects
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
e5dcb1e33a
commit
abb871be89
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user