Remove unused variables
Fix up jshint problem
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -154,7 +154,7 @@ test('breaks up input greater than the step value', function() { | ... | @@ -154,7 +154,7 @@ test('breaks up input greater than the step value', function() { |
154 | decrypter = new videojs.Hls.Decrypter(encrypted, | 154 | decrypter = new videojs.Hls.Decrypter(encrypted, |
155 | new Uint32Array(4), | 155 | new Uint32Array(4), |
156 | new Uint32Array(4), | 156 | new Uint32Array(4), |
157 | function(error, result) { | 157 | function() { |
158 | done = true; | 158 | done = true; |
159 | }); | 159 | }); |
160 | clock.tick(decrypter.asyncStream_.delay * 2); | 160 | clock.tick(decrypter.asyncStream_.delay * 2); | ... | ... |
-
Please register or sign in to post a comment