asigalov61 commited on
Commit
f929bac
1 Parent(s): 6ef3b65

Update javascript/app.js

Browse files
Files changed (1) hide show
  1. javascript/app.js +2 -2
javascript/app.js CHANGED
@@ -191,8 +191,8 @@ class MidiVisualizer extends HTMLElement{
191
  const [r, g, b] = colors[index];
192
 
193
  // Return the RGB color in the format "rgb(r, g, b)"
194
- return {r: ${r}, g: ${g}, b: ${b}
195
- };
196
  }
197
 
198
 
 
191
  const [r, g, b] = colors[index];
192
 
193
  // Return the RGB color in the format "rgb(r, g, b)"
194
+ return {r: ${r}, g: ${g}, b: ${b}};
195
+
196
  }
197
 
198