forked from CIT/Vmeda.Online
		
	MOBILE-3833 core: Fix 'undefined' handler in log
This commit is contained in:
		
							parent
							
								
									82afb28901
								
							
						
					
					
						commit
						0bc6568f1f
					
				@ -29,8 +29,6 @@ import { CoreFileHelper } from './file-helper';
 | 
			
		||||
@Injectable({ providedIn: 'root' })
 | 
			
		||||
export class CorePluginFileDelegateService extends CoreDelegate<CorePluginFileHandler> {
 | 
			
		||||
 | 
			
		||||
    protected handlerNameProperty = 'component';
 | 
			
		||||
 | 
			
		||||
    constructor() {
 | 
			
		||||
        super('CorePluginFileDelegate', true);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user