Skip to content

Commit

Permalink
trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tijzwa committed Aug 1, 2022
1 parent 3e040de commit 37b9cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class XpraClient {
"rgb32",
"rgb24",
"scroll",
"void"
"void",
];
//extra encodings we enable if validated via the decode worker:
//(we also validate jpeg and png as a sanity check)
Expand All @@ -94,7 +94,7 @@ class XpraClient {
"scroll",
"webp",
"void",
"avif"
"avif",
];
this.debug_categories = [];
this.start_new_session = null;
Expand Down

0 comments on commit 37b9cc2

Please sign in to comment.