diff --git a/index.html b/index.html
index 893b53a..459cf23 100644
--- a/index.html
+++ b/index.html
@@ -27,18 +27,11 @@
// TODO namespace this
(function populate() {
- var len = 10;
+ var len = 50;
var r, g, b;
for (var i = 0; i < len; i++) {
data.push({
- x: 0,
- y: 20,
-
- w: 10,
- h: 50,
-
val: Math.floor(i * 255 / len),
-
fill: `rgb(0, 0, ${Math.floor(i * 255 / len)})`,
fade: 'rgb(220, 220, 220)',
});
@@ -57,7 +50,7 @@
S.quicksort(temp, 0, data.length - 1);
temp = null;
- // setTimeout(V.followInstruction.bind(V, S.instructions, 0), 500);
+ setTimeout(V.followInstruction.bind(V, S.instructions, 0), 500);