* Return the parent instance of the passed-in instance.
(inst)
| 2447 | * Return the parent instance of the passed-in instance. |
| 2448 | */ |
| 2449 | function getParentInstance(inst) { |
| 2450 | return getParent(inst); |
| 2451 | } |
| 2452 | |
| 2453 | /** |
| 2454 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected