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
8028f6b0
authored
2015-03-20 14:28:16 -0400
by
Brandon Bay
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Missed a hasClass
1 parent
4ff0b89a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
8028f6b
...
...
@@ -1737,10 +1737,6 @@ test('calling play() at the end of a video resets the media index', function() {
return
true
;
};
player
.
hasClass
=
function
(
classname
)
{
return
player
.
el
().
classList
.
contains
(
classname
);
};
player
.
play
();
strictEqual
(
player
.
hls
.
mediaIndex
,
0
,
'index is 1 after the first segment'
);
});
...
...
Please
register
or
sign in
to post a comment