mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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:
@@ -141,7 +141,7 @@ export class FileDraggableDirective implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Change the style of the drag area when a file is over the drag area.
|
||||
*
|
||||
* @param event
|
||||
* @param event drag event
|
||||
*/
|
||||
onDragOver(event: DragEvent): void {
|
||||
if (this.enabled && !event.defaultPrevented) {
|
||||
@@ -158,7 +158,7 @@ export class FileDraggableDirective implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Prevent default and stop propagation of the DOM event.
|
||||
*
|
||||
* @param $event - DOM event.
|
||||
* @param event DOM event
|
||||
*/
|
||||
preventDefault(event: Event): void {
|
||||
event.stopPropagation();
|
||||
|
Reference in New Issue
Block a user