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
044200b7
authored
2014-10-01 11:22:41 -0700
by
Alex Rubin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed extra stuff from test
1 parent
a98b7946
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
044200b
...
...
@@ -145,9 +145,6 @@ module('HLS', {
xhr
=
sinon
.
useFakeXMLHttpRequest
();
requests
=
[];
xhr
.
onCreate
=
function
(
xhr
)
{
// we set this here since sinon doesn't
// it is needed to force ontimeout usage
xhr
.
timeout
=
0
;
requests
.
push
(
xhr
);
};
...
...
Please
register
or
sign in
to post a comment