* Return the parent instance of the passed-in instance.
(inst)
| 2574 | * Return the parent instance of the passed-in instance. |
| 2575 | */ |
| 2576 | function getParentInstance(inst) { |
| 2577 | return getParent(inst); |
| 2578 | } |
| 2579 | |
| 2580 | /** |
| 2581 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected