* Return the parent instance of the passed-in instance.
(inst)
| 2825 | * Return the parent instance of the passed-in instance. |
| 2826 | */ |
| 2827 | function getParentInstance(inst) { |
| 2828 | return getParent(inst); |
| 2829 | } |
| 2830 | |
| 2831 | /** |
| 2832 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected