()
| 1219 | } |
| 1220 | |
| 1221 | elLeft() { |
| 1222 | return this.toolContainer.documentOffsetLeft + this.scroller.scrollLeft; |
| 1223 | } |
| 1224 | |
| 1225 | elTop() { |
| 1226 | return this.toolContainer.documentOffsetTop + this.scroller.scrollTop; |
no outgoing calls
no test coverage detected