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
f6291590
authored
2014-09-22 18:37:22 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remove unneeded media object
1 parent
414389a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
f629159
...
...
@@ -719,15 +719,6 @@ test('when outstanding XHRs are cancelled, they get aborted properly', function(
});
openMediaSource
(
player
);
standardXHRResponse
(
requests
[
0
]);
player
.
hls
.
media
=
{
segments
:
[{
uri
:
'0.ts'
,
duration
:
10
},
{
uri
:
'1.ts'
,
duration
:
10
}]
};
// trigger a segment download request
player
.
trigger
(
'timeupdate'
);
...
...
Please
register
or
sign in
to post a comment