* Return the parent instance of the passed-in instance.
(inst)
| 2568 | * Return the parent instance of the passed-in instance. |
| 2569 | */ |
| 2570 | function getParentInstance(inst) { |
| 2571 | return getParent(inst); |
| 2572 | } |
| 2573 | |
| 2574 | /** |
| 2575 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected