* Return the parent instance of the passed-in instance.
(inst)
| 2667 | * Return the parent instance of the passed-in instance. |
| 2668 | */ |
| 2669 | function getParentInstance(inst) { |
| 2670 | return getParent(inst); |
| 2671 | } |
| 2672 | |
| 2673 | /** |
| 2674 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected