Fix eslint warnings.

This commit is contained in:
evazion
2018-08-04 14:36:39 -05:00
parent 752557e813
commit f72b32b27b
27 changed files with 149 additions and 155 deletions

View File

@@ -50,7 +50,7 @@ Ugoira.create_player = (mime_type, frames, file_url) => {
$("#seek-slider").slider({
min: 0,
max: Ugoira.player._frameCount-1,
max: Ugoira.player._frameCount - 1,
start: (event, ui) => {
// Need to pause while slider is being dragged or playback speed will bug out
Ugoira.player.pause();