mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
WebSockets: minor update in JS code style
Use anonymous blocks { } instead of anonymous functions as the outermost scope
in some files.
Also fix incorrect wording for a comment
This commit is contained in:
parent
f1d7e1759a
commit
cef81b8c23
5 changed files with 10 additions and 10 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
import ArdourClient from '/shared/ardour.js';
|
||||
|
||||
(() => {
|
||||
{
|
||||
|
||||
const MAX_LOG_LINES = 1000;
|
||||
|
||||
|
|
@ -65,4 +65,4 @@ import ArdourClient from '/shared/ardour.js';
|
|||
|
||||
main();
|
||||
|
||||
})();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue