forked from MapComplete/MapComplete
		
	More translations
This commit is contained in:
		
							parent
							
								
									a528159bb7
								
							
						
					
					
						commit
						81a80ef95c
					
				
					 10 changed files with 42 additions and 42 deletions
				
			
		|  | @ -23,10 +23,10 @@ export class ImageCarouselConstructor implements TagDependantUIElementConstructo | |||
|         return 0; | ||||
|     } | ||||
| 
 | ||||
|     construct(tags: UIEventSource<any>, changes: Changes): TagDependantUIElement { | ||||
|         return new ImageCarousel(tags, changes); | ||||
|     construct(dependencies: { tags: UIEventSource<any>, changes: Changes }): TagDependantUIElement { | ||||
|         return new ImageCarousel(dependencies.tags, dependencies.changes); | ||||
|     } | ||||
|      | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| export class ImageCarousel extends TagDependantUIElement { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue