fix eslint

pull/2889/head
Isaac Connor 2020-03-14 09:27:07 -04:00
parent 11b1bf1100
commit f8fa0340fc
1 changed files with 0 additions and 2 deletions

View File

@ -209,7 +209,6 @@ function changeRate() {
}
}, 500); //500ms is a compromise between smooth reverse and realistic performance
} // end if vid
} else { // Forward rate
if ( vid ) {
vid.playbackRate(rate/100);
@ -310,7 +309,6 @@ function pauseClicked() {
}
function streamPause( ) {
$j('#modeValue').html('Paused');
setButtonState( $('pauseBtn'), 'active' );
setButtonState( $('playBtn'), 'inactive' );