Skip to content
Snippets Groups Projects
Commit bfd7591f authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

add comment

parent 37526a6b
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ class CorpusAnalysisClient { ...@@ -4,7 +4,7 @@ class CorpusAnalysisClient {
this.corpusId = corpusId; this.corpusId = corpusId;
this.displays = {}; this.displays = {};
this.socket = socket; this.socket = socket;
this.resultList = {}; this.resultList = {}; // why do you save it here? we have a global variable results
// js list options and intialization // js list options and intialization
let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement); let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment