Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
·
276900b
1
Parent(s):
f929bac
Update javascript/app.js
Browse files- javascript/app.js +1 -1
javascript/app.js
CHANGED
@@ -191,7 +191,7 @@ 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 {
|
195 |
|
196 |
}
|
197 |
|
|
|
191 |
const [r, g, b] = colors[index];
|
192 |
|
193 |
// Return the RGB color in the format "rgb(r, g, b)"
|
194 |
+
return { r, g, b };
|
195 |
|
196 |
}
|
197 |
|