mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 01:02:54 +00:00 
			
		
		
		
	Rename IdeComponent.key_id
This commit is contained in:
		@@ -26,7 +26,7 @@ const modelist = brace.acequire('ace/ext/modelist');
 | 
			
		||||
  styleUrls: ['./ide.component.scss']
 | 
			
		||||
})
 | 
			
		||||
export class IdeComponent implements OnInit {
 | 
			
		||||
  key_id = 'webide';
 | 
			
		||||
  key_id = 'ide';
 | 
			
		||||
  filename = '';
 | 
			
		||||
  code: string = config.ide.defaultCode;
 | 
			
		||||
  language: string = config.ide.defaultLanguage;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user