Skip to content
Snippets Groups Projects
Unverified Commit 722933e3 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix linting warnings

parent 0f88ce86
No related branches found
No related tags found
No related merge requests found
Pipeline #47848 failed
......@@ -54,10 +54,8 @@ export default class DBPSignatureLitElement extends BaseLitElement {
}
/**
*
* @param {*} key
* @param {*} name
* @returns shows PdfAnnotationView
*/
async showAnnotationView(key, name) {
......@@ -206,7 +204,7 @@ export default class DBPSignatureLitElement extends BaseLitElement {
* Checks if annotations are enabled for an annotation key
*
* @param key
* @returns {boolean}
* @returns {boolean} true if annotations are enabled for annotation key
*/
isAnnotationsEnabledForKey(key) {
return this.queuedFilesEnabledAnnotations.includes(key);
......
......@@ -7,8 +7,8 @@ import {ScopedElementsMixin} from '@open-wc/scoped-elements';
* Set the URL via setUrl(), reset via reset().
*
* Emits two custom events:
* * signature-error with a "message"
* * signature-done with an "id"
* signature-error with a "message"
* signature-done with an "id"
*/
export class ExternalSignIFrame extends ScopedElementsMixin(LitElement) {
......
......@@ -269,7 +269,7 @@ export const getAnnotationTypes = (key = null) => {
*
* @param selectedKey
* @param lang
* * @returns {*[]} Array of html templates
* @returns {*[]} Array of html templates
*/
export const getAnnotationTypeSelectOptionsHtml = (selectedKey, lang) => {
const annotationTypes = getAnnotationTypes();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment