48f0f290 by David LaPalomento

Remove unused variables

Fix up jshint problem
1 parent 217e4482
...@@ -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);
......