mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	many semicolons
This commit is contained in:
		
							parent
							
								
									a6d029c556
								
							
						
					
					
						commit
						9a00ec128c
					
				@ -21,9 +21,9 @@ let Platform = null;
 | 
			
		||||
 | 
			
		||||
if (window && window.process && window.process && window.process.type === 'renderer') {
 | 
			
		||||
    // we're running inside electron
 | 
			
		||||
    Platform = require('./ElectronPlatform');;
 | 
			
		||||
    Platform = require('./ElectronPlatform');
 | 
			
		||||
} else {
 | 
			
		||||
    Platform = require('./WebPlatform');;
 | 
			
		||||
    Platform = require('./WebPlatform');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default Platform;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user