mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
renamed noteCache into becca
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
class NoteCache {
|
||||
class Becca {
|
||||
constructor() {
|
||||
this.reset();
|
||||
}
|
||||
@@ -50,6 +50,6 @@ class NoteCache {
|
||||
}
|
||||
}
|
||||
|
||||
const noteCache = new NoteCache();
|
||||
const becca = new Becca();
|
||||
|
||||
module.exports = noteCache;
|
||||
module.exports = becca;
|
||||
|
||||
Reference in New Issue
Block a user