()
| 1309 | } |
| 1310 | |
| 1311 | function getHorizontalScrollBar() { |
| 1312 | return document.getElementsByClassName('scrollbar-horizontal')[0]; |
| 1313 | } |
| 1314 | |
| 1315 | function getVerticalScrollBar() { |
| 1316 | return document.getElementsByClassName('scrollbar-vertical')[0]; |
no outgoing calls
no test coverage detected
searching dependent graphs…