()
| 601 | } |
| 602 | |
| 603 | function drawInitial() { |
| 604 | if (opts.showInitial) { |
| 605 | var initial = colorOnShow; |
| 606 | var current = get(); |
| 607 | initialColorContainer.html(paletteTemplate([initial, current], current, 'sp-palette-row-initial', opts)); |
| 608 | } |
| 609 | } |
| 610 | |
| 611 | function dragStart() { |
| 612 | if (dragHeight <= 0 || dragWidth <= 0 || slideHeight <= 0) { |
no test coverage detected