(element)
| 1673 | } |
| 1674 | |
| 1675 | function isDetached(element) { |
| 1676 | return element !== document.body && |
| 1677 | !Element.descendantOf(element, document.body); |
| 1678 | } |
| 1679 | |
| 1680 | // If the browser supports the nonstandard `getBoundingClientRect` |
| 1681 | // (currently only IE and Firefox), it becomes far easier to obtain |
no outgoing calls
no test coverage detected