()
| 701 | } |
| 702 | })[0], |
| 703 | resetInOut = function resetInOut() { |
| 704 | inProgress = 0; |
| 705 | outProgress = 100; |
| 706 | inPoint.style.left = "0%"; |
| 707 | outPoint.style.left = "100%"; |
| 708 | record("in", inProgress); |
| 709 | record("out", outProgress); |
| 710 | updateProgress(true); |
| 711 | }, |
| 712 | inDrag = Draggable.create(inPoint, { |
| 713 | type: "x", |
| 714 | cursor: "ew-resize", |
nothing calls this directly
no test coverage detected
searching dependent graphs…