()
| 1313 | } |
| 1314 | |
| 1315 | function getVerticalScrollBar() { |
| 1316 | return document.getElementsByClassName('scrollbar-vertical')[0]; |
| 1317 | } |
| 1318 | |
| 1319 | function getCenter(node) { |
| 1320 | var bbox = getBBox(node); |
no outgoing calls
no test coverage detected
searching dependent graphs…