Skip to content
Snippets Groups Projects
Commit aa499115 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Cleanup comments

parent 006776d3
No related branches found
No related tags found
No related merge requests found
......@@ -96,9 +96,6 @@ async function createVideoElement(deviceId) {
}
/**
* Notification web component
*/
export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
constructor() {
super();
......@@ -129,9 +126,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
};
}
/**
* See: https://lit-element.polymer-project.org/guide/properties#initialize
*/
static get properties() {
return {
lang: { type: String },
......@@ -190,7 +184,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
/**
* Init and start the video and QR code scan
*
*/
async startScanning() {
this.stopScanning();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment