Oprava po přejmenování tagů (#9)
Fix camel case Fix sample video and XML parser Remove extra chromosomes Reviewed-on: https://git.microlab.space/pixx/TVC/pulls/9 Co-Authored-By: Emil Miler <emil.miler@pedf.cuni.cz> Co-Committed-By: Emil Miler <emil.miler@pedf.cuni.cz>
This commit is contained in:
@@ -26,7 +26,7 @@ class Controller {
|
||||
init(videoToLoad) {
|
||||
this.loadXml(videoToLoad).then(
|
||||
function (v) {
|
||||
this.view.drawCommentTittles(v);
|
||||
this.view.drawCommentTitles(v);
|
||||
this.addEventListeners();
|
||||
this.view.drawCommentsToVideo(v);
|
||||
}.bind(this)
|
||||
|
||||
Reference in New Issue
Block a user