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
a55fc47b
authored
2014-07-10 17:39:41 -0400
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #108 from bparadie/fixes-102
Fixes issue 102
2 parents
c04806c1
854ebd13
Show 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 @
a55fc47
...
...
@@ -721,7 +721,7 @@ xhr = videojs.Hls.xhr = function(url, callback) {
}
else
{
// polyfill XHR2 by aborting after the timeout
abortTimeout
=
window
.
setTimeout
(
function
()
{
if
(
request
.
ready
s
tate
!==
4
)
{
if
(
request
.
ready
S
tate
!==
4
)
{
request
.
timedout
=
true
;
request
.
abort
();
}
...
...
Please
register
or
sign in
to post a comment