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
b4202427
authored
2014-09-05 00:41:13 +0800
by
Ryo Chikazawa
Committed by
Gary Katsevman
2014-09-22 14:23:46 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix the spec to pass the test.
1 parent
b5498ea1
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 @
b420242
...
...
@@ -1247,7 +1247,7 @@ test('can be disposed before finishing initialization', function() {
ok
(
readyHandlers
.
length
>
0
,
'registered a ready handler'
);
try
{
while
(
readyHandlers
.
length
)
{
readyHandlers
.
shift
()
(
);
readyHandlers
.
shift
()
.
call
(
player
);
}
ok
(
true
,
'did not throw an exception'
);
}
catch
(
e
)
{
...
...
Please
register
or
sign in
to post a comment