()
| 609 | } |
| 610 | |
| 611 | function dragStart() { |
| 612 | if (dragHeight <= 0 || dragWidth <= 0 || slideHeight <= 0) { |
| 613 | reflow(); |
| 614 | } |
| 615 | isDragging = true; |
| 616 | container.addClass(draggingClass); |
| 617 | shiftMovementDirection = null; |
| 618 | boundElement.trigger('dragstart.spectrum', [get()]); |
| 619 | } |
| 620 | |
| 621 | function dragStop() { |
| 622 | isDragging = false; |