* Return the parent instance of the passed-in instance.
(inst)
| 1898 | * Return the parent instance of the passed-in instance. |
| 1899 | */ |
| 1900 | function getParentInstance(inst) { |
| 1901 | return getParent(inst); |
| 1902 | } |
| 1903 | |
| 1904 | /** |
| 1905 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected