mirror of
				https://github.com/flynx/object.js.git
				synced 2025-10-30 19:10:11 +00:00 
			
		
		
		
	updated docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									3d36d98602
								
							
						
					
					
						commit
						80ac1dd717
					
				| @ -212,10 +212,10 @@ parent(<method>, <this>) | ||||
| 	-> undefined | ||||
| ``` | ||||
| 
 | ||||
| _Edge case: The `parent(<method>, ..)` has one flaw -- in the rare case  | ||||
| where a prototype chain contains two or more references to the same  | ||||
| method under the same name, `parent(..)` can't distinguish between these  | ||||
| references and will always return the first one._ | ||||
| _Edge case: The `parent(<method>, ..)` has one potential pitfall -- in  | ||||
| the rare case where a prototype chain contains two or more references  | ||||
| to the same method under the same name, `parent(..)` can't distinguish  | ||||
| between these references and will always return the first one._ | ||||
| 
 | ||||
| 
 | ||||
| Get parent method and call it | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user