mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
improvements in API docs generation
This commit is contained in:
@@ -200,7 +200,7 @@ class SNote extends AbstractShacaEntity {
|
||||
return this.__attributeCache;
|
||||
}
|
||||
|
||||
/** @return {SAttribute[]} */
|
||||
/** @returns {SAttribute[]} */
|
||||
__getInheritableAttributes(path) {
|
||||
if (path.includes(this.noteId)) {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user