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
48f0f290
authored
2015-04-28 15:30:09 -0700
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove unused variables
Fix up jshint problem
1 parent
217e4482
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/decrypter_test.js
test/decrypter_test.js
View file @
48f0f29
...
...
@@ -154,7 +154,7 @@ test('breaks up input greater than the step value', function() {
decrypter
=
new
videojs
.
Hls
.
Decrypter
(
encrypted
,
new
Uint32Array
(
4
),
new
Uint32Array
(
4
),
function
(
error
,
result
)
{
function
()
{
done
=
true
;
});
clock
.
tick
(
decrypter
.
asyncStream_
.
delay
*
2
);
...
...
Please
register
or
sign in
to post a comment