Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

This commit is contained in:
Stephan Porada
2020-04-01 15:58:26 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ class CorpusAnalysisClient {
this.corpusId = corpusId;
this.displays = {};
this.socket = socket;
this.resultList = {};
this.resultList = {}; // why do you save it here? we have a global variable results
// js list options and intialization
let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);