()
| 229 | return []; |
| 230 | } |
| 231 | function getWindowScrollingElement() { |
| 232 | var scrollingElement = document.scrollingElement; |
| 233 | if (scrollingElement) { |
| 234 | return scrollingElement; |
| 235 | } else { |
| 236 | return document.documentElement; |
| 237 | } |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Returns the "bounding client rect" of given element |
no outgoing calls
no test coverage detected
searching dependent graphs…