MOBILE-3565 core: Fix init delegate properties
This commit is contained in:
		
							parent
							
								
									61d021e522
								
							
						
					
					
						commit
						736e7ef72a
					
				| @ -81,7 +81,7 @@ export class CoreInitDelegate { | ||||
|         ordered.sort((a, b) => b.priority - a.priority); | ||||
| 
 | ||||
|         ordered = ordered.map((data: CoreInitHandler) => ({ | ||||
|             func: this.prepareProcess.bind(this, data), | ||||
|             function: this.prepareProcess.bind(this, data), | ||||
|             blocking: !!data.blocking, | ||||
|         })); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user