renaming note_tree to branch

This commit is contained in:
azivner
2018-03-24 21:39:15 -04:00
parent 511fb89af0
commit 4c472ce78b
45 changed files with 540 additions and 508 deletions

View File

@@ -8,7 +8,7 @@ function newNoteId() {
return randomString(12);
}
function newNoteTreeId() {
function newBranchId() {
return randomString(12);
}
@@ -155,7 +155,7 @@ module.exports = {
parseDate,
parseDateTime,
newNoteId,
newNoteTreeId,
newBranchId,
newNoteRevisionId,
newImageId,
newNoteImageId,