* Return the parent instance of the passed-in instance.
(inst)
| 1807 | * Return the parent instance of the passed-in instance. |
| 1808 | */ |
| 1809 | function getParentInstance(inst) { |
| 1810 | return getParent(inst); |
| 1811 | } |
| 1812 | |
| 1813 | /** |
| 1814 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected