(e)
| 939 | cursor: cursor, |
| 940 | drift: onDrift, |
| 941 | onmousemove(e) { |
| 942 | // For mobile device, prevent screen slider on the button. |
| 943 | eventTool.stop(e.event); |
| 944 | }, |
| 945 | ondragend: onDragEnd |
| 946 | }); |
| 947 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…