Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fba877e5
authored
2014-01-29 15:01:56 -0500
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add missing semi-colon
jshint was very unhappy.
1 parent
95e7ec11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
fba877e
...
...
@@ -486,7 +486,7 @@ var
};
// try moving on to the next segment
player
.
hls
.
mediaIndex
++
player
.
hls
.
mediaIndex
++
;
return
;
}
...
...
Please
register
or
sign in
to post a comment