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
a8a64770
authored
2014-01-08 07:32:45 -0800
by
Tom Johnson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
semi colon fix
1 parent
4547e309
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
a8a6477
...
...
@@ -117,7 +117,7 @@ var
}
else
{
return
player
.
el
().
getElementsByClassName
(
'vjs-tech'
)[
0
].
vjs_getProperty
(
'currentTime'
);
}
}
}
;
player
.
hls
.
selectSegmentByTime
=
function
(
time
)
{
if
(
player
.
hls
.
media
&&
player
.
hls
.
media
.
segments
)
...
...
@@ -135,7 +135,7 @@ var
}
}
}
}
;
/**
* Chooses the appropriate media playlist based on the current
...
...
Please
register
or
sign in
to post a comment