renamed dates in code as well

This commit is contained in:
zadam
2019-03-12 20:58:31 +01:00
parent f65fefe7b1
commit 1c41d459f0
29 changed files with 92 additions and 92 deletions

View File

@@ -11,10 +11,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;
}
}