()
| 235 | return []; |
| 236 | } |
| 237 | function getWindowScrollingElement() { |
| 238 | var scrollingElement = document.scrollingElement; |
| 239 | if (scrollingElement) { |
| 240 | return scrollingElement; |
| 241 | } else { |
| 242 | return document.documentElement; |
| 243 | } |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Returns the "bounding client rect" of given element |
no outgoing calls
no test coverage detected
searching dependent graphs…