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

make eslint happy

parent 5394b2d4
No related branches found
No related tags found
No related merge requests found
Pipeline #13915 passed
...@@ -336,8 +336,7 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) { ...@@ -336,8 +336,7 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
video.setAttribute("playsinline", true); // required to tell iOS safari we don't want fullscreen video.setAttribute("playsinline", true); // required to tell iOS safari we don't want fullscreen
video.onloadedmetadata = function(e){ video.onloadedmetadata = function(e){
video.play(); video.play();
} };
// video.play();
this._videoRunning = true; this._videoRunning = true;
console.assert(this._requestID === null); console.assert(this._requestID === null);
......
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