* Return the parent instance of the passed-in instance.
(inst)
| 2712 | * Return the parent instance of the passed-in instance. |
| 2713 | */ |
| 2714 | function getParentInstance(inst) { |
| 2715 | return getParent(inst); |
| 2716 | } |
| 2717 | |
| 2718 | /** |
| 2719 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected