rename froca entities to have F-prefix, #3476

This commit is contained in:
zadam
2023-01-03 13:35:10 +01:00
parent 957640f163
commit 977a47bc27
14 changed files with 91 additions and 96 deletions

View File

@@ -641,7 +641,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
}
/**
* @param {NoteShort} parentNote
* @param {FNote} parentNote
*/
prepareChildren(parentNote) {
utils.assertArguments(parentNote);
@@ -704,7 +704,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
}
/**
* @param {Branch} branch
* @param {FBranch} branch
* @param {boolean} forceLazy
*/
prepareNode(branch, forceLazy = false) {