item sync, deletion

This commit is contained in:
Mo Bitar
2016-12-27 23:51:21 -06:00
parent 139c8c62e6
commit e39793c2a1
7 changed files with 232 additions and 114 deletions

View File

@@ -9,6 +9,9 @@ class Note extends Item {
if(!this.content.title) {
this.content.title = "";
}
if(!this.content.text) {
this.content.text = "";
}
}