mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-6071] fix jsdoc warnings and errors (#8948)
* fix content docs * fix extensions docs * fix insights docs * [ci:force] fix jsdoc errors and warnings * enable jsdoc linter * [ci:force] fix demo shell jsdoc * [ci:force] fix e2e typings * fix typo * fix typo
This commit is contained in:
@@ -109,7 +109,6 @@ export abstract class TreeService<T extends TreeNode> extends DataSource<T> {
|
||||
* Gets children of the node
|
||||
*
|
||||
* @param parentNode Parent node
|
||||
*
|
||||
* @returns children of parent node
|
||||
*/
|
||||
public getChildren(parentNode: T): T[] {
|
||||
|
Reference in New Issue
Block a user