Fix jshint
Remove unused variable.
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() { | ... | @@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() { |
384 | * Abort all outstanding work and cleanup. | 384 | * Abort all outstanding work and cleanup. |
385 | */ | 385 | */ |
386 | videojs.Hls.prototype.dispose = function() { | 386 | videojs.Hls.prototype.dispose = function() { |
387 | var player = this.player(); | ||
388 | |||
389 | this.stopCheckingBuffer_(); | 387 | this.stopCheckingBuffer_(); |
390 | 388 | ||
391 | if (this.playlists) { | 389 | if (this.playlists) { | ... | ... |
-
Please register or sign in to post a comment