Converted more code to TypeScript.

This commit is contained in:
Ajay Ramachandran
2020-01-28 23:52:15 -05:00
parent 03836b69f2
commit d77f8abf42
6 changed files with 37 additions and 1150 deletions

View File

@@ -75,7 +75,7 @@ class PreviewBar {
bar.style.left = (timestamps[i][0] / duration * 100) + "%";
bar.style.position = "absolute"
this.container.insertAdjacentElement("beforeEnd", bar);
this.container.insertAdjacentElement("beforeend", bar);
}
}