mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-14 17:58:44 +00:00
[ci:force] - Fixed lint
This commit is contained in:
@@ -48,7 +48,6 @@ export class DocumentActionsService {
|
||||
|
||||
/**
|
||||
* Gets the handler for an action.
|
||||
*
|
||||
* @param key Identifier of the action
|
||||
* @returns The handler for the action
|
||||
*/
|
||||
@@ -62,7 +61,6 @@ export class DocumentActionsService {
|
||||
|
||||
/**
|
||||
* Sets a new handler for an action.
|
||||
*
|
||||
* @param key Identifier of the action
|
||||
* @param handler Handler for the action
|
||||
* @returns False if the key was an empty/null string, true otherwise
|
||||
@@ -78,7 +76,6 @@ export class DocumentActionsService {
|
||||
|
||||
/**
|
||||
* Checks if actions can be executed for an item.
|
||||
*
|
||||
* @param nodeEntry Item to receive an action
|
||||
* @returns True if the action can be executed on this item, false otherwise
|
||||
*/
|
||||
|
Reference in New Issue
Block a user