mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	renamed treeCache into froca
This commit is contained in:
		| @@ -32,8 +32,8 @@ | ||||
|  * Represents full note, specifically including note's content. | ||||
|  */ | ||||
| class NoteFull extends NoteShort { | ||||
|     constructor(treeCache, row, noteShort) { | ||||
|         super(treeCache, row, []); | ||||
|     constructor(froca, row, noteShort) { | ||||
|         super(froca, row, []); | ||||
|  | ||||
|         /** @param {string} */ | ||||
|         this.content = row.content; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user