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) { ...@@ -96,9 +96,6 @@ async function createVideoElement(deviceId) {
} }
/**
* Notification web component
*/
export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) { export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
constructor() { constructor() {
super(); super();
...@@ -129,9 +126,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) { ...@@ -129,9 +126,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
}; };
} }
/**
* See: https://lit-element.polymer-project.org/guide/properties#initialize
*/
static get properties() { static get properties() {
return { return {
lang: { type: String }, lang: { type: String },
...@@ -190,7 +184,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) { ...@@ -190,7 +184,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
/** /**
* Init and start the video and QR code scan * Init and start the video and QR code scan
*
*/ */
async startScanning() { async startScanning() {
this.stopScanning(); this.stopScanning();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment