( index, height )
| 8 | // 2,1,3, 1,4,2, 1,2,1 |
| 9 | |
| 10 | function checkSelectHeight( index, height ) { |
| 11 | flkty.select( index, false, true ); |
| 12 | assert.equal( flkty.viewport.style.height, height + 'px', 'slide ' + index ); |
| 13 | } |
| 14 | |
| 15 | checkSelectHeight( 0, 200 ); |
| 16 | checkSelectHeight( 1, 100 ); |
no outgoing calls
no test coverage detected
searching dependent graphs…