* Return the parent instance of the passed-in instance.
(inst)
| 1935 | * Return the parent instance of the passed-in instance. |
| 1936 | */ |
| 1937 | function getParentInstance(inst) { |
| 1938 | return getParent(inst); |
| 1939 | } |
| 1940 | |
| 1941 | /** |
| 1942 | * Simulates the traversal of a two-phase, capture/bubble event dispatch. |
no test coverage detected