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