removed obsolete isoDateXXX API methods

This commit is contained in:
zadam
2019-03-14 20:49:10 +01:00
parent ef40c66344
commit 0885e60b80
25 changed files with 369 additions and 258 deletions

View File

@@ -39,10 +39,10 @@ class NoteFull extends NoteShort {
this.noteContent = row.noteContent;
/** @param {string} */
this.dateCreated = row.dateCreated;
this.utcDateCreated = row.utcDateCreated;
/** @param {string} */
this.dateModified = row.dateModified;
this.utcDateModified = row.utcDateModified;
}
}