mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Clean up
This commit is contained in:
		@@ -129,8 +129,11 @@ RessourceList.options = {
 | 
			
		||||
class ResultsList extends List {
 | 
			
		||||
  constructor(idOrElement, options={}) {
 | 
			
		||||
  super(idOrElement, options);
 | 
			
		||||
  this.eventTokens = {};  // all span tokens which are holdeing events if expert mode is on
 | 
			
		||||
  this.currentExpertTokenElements = {};
 | 
			
		||||
  this.eventTokens = {};  // all span tokens which are holdeing events if expert
 | 
			
		||||
  // mode is on. Collected here to delete later on
 | 
			
		||||
  this.currentExpertTokenElements = {}; // all token elements which have added
 | 
			
		||||
  // classes like chip and hoverable for expert view. Collected
 | 
			
		||||
  //here to delete later on
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user