style(core): add missing type annotation
This commit is contained in:
		
							parent
							
								
									1d03c2af5d
								
							
						
					
					
						commit
						dbd85615b0
					
				| @ -2,7 +2,7 @@ import {Element} from 'facade/dom'; | ||||
| 
 | ||||
| export class NgElement { | ||||
|   domElement:Element; | ||||
|   constructor(domElement) { | ||||
|   constructor(domElement:Element) { | ||||
|     this.domElement = domElement; | ||||
|   } | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user