2bb52612 by David LaPalomento

Merge pull request #124 from gutworth/trailing-ws

removing trailing whitespace
2 parents b86b25f4 4340ab8a
......@@ -56,7 +56,7 @@ videojs.Hls.prototype.src = function(src) {
type: "video/flv"
};
this.mediaSource = mediaSource;
this.segmentBuffer_ = [];
this.segmentParser_ = new videojs.Hls.SegmentParser();
......
......@@ -2,7 +2,7 @@
/**
* Creates and sends an XMLHttpRequest.
* TODO - expose video.js core's XHR and use that instead
*
*
* @param options {string | object} if this argument is a string, it
* is intrepreted as a URL and a simple GET request is
* inititated. If it is an object, it should contain a `url`
......@@ -83,4 +83,4 @@
return request;
};
})(window.videojs);
\ No newline at end of file
})(window.videojs);
......