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
95f3c361
authored
2014-09-17 15:16:47 -0700
by
Alex Rubin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed lint errors
1 parent
050e0699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
95f3c36
...
...
@@ -1121,7 +1121,7 @@ asyncTest('handles xhr timeouts correctly', function (assert) {
videojs
.
Hls
.
xhr
({
url
:
'http://google.com:81'
,
timeout
:
1
},
function
(
error
,
url
)
{
},
function
(
error
)
{
assert
.
strictEqual
(
error
,
'timeout'
,
'called with timeout error'
);
clearTimeout
(
testTimeout
);
start
();
...
...
Please
register
or
sign in
to post a comment