mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +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) {
|
||||
super(treeCache, row);
|
||||
constructor(froca, row) {
|
||||
super(froca, row);
|
||||
|
||||
/** @param {string} */
|
||||
this.content = row.content;
|
||||
|
||||
Reference in New Issue
Block a user