Browse Source

Fix jshint

Remove unused variable.
pull/6/head
David LaPalomento 11 years ago
parent
commit
b0f9503855
  1. 2
      src/videojs-hls.js

2
src/videojs-hls.js

@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() {
* Abort all outstanding work and cleanup.
*/
videojs.Hls.prototype.dispose = function() {
var player = this.player();
this.stopCheckingBuffer_();
if (this.playlists) {

Loading…
Cancel
Save