* Return the parent instance of the passed-in instance.
(inst)
| 2609 | * Return the parent instance of the passed-in instance. |
| 2610 | */ |
| 2611 | function getParentInstance(inst) { |
| 2612 | return getParent(inst); |
| 2613 | } |
| 2614 | |
| 2615 | /** |
| 2616 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected