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) { ...@@ -56,7 +56,7 @@ videojs.Hls.prototype.src = function(src) {
56 type: "video/flv" 56 type: "video/flv"
57 }; 57 };
58 this.mediaSource = mediaSource; 58 this.mediaSource = mediaSource;
59 59
60 this.segmentBuffer_ = []; 60 this.segmentBuffer_ = [];
61 this.segmentParser_ = new videojs.Hls.SegmentParser(); 61 this.segmentParser_ = new videojs.Hls.SegmentParser();
62 62
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 /** 2 /**
3 * Creates and sends an XMLHttpRequest. 3 * Creates and sends an XMLHttpRequest.
4 * TODO - expose video.js core's XHR and use that instead 4 * TODO - expose video.js core's XHR and use that instead
5 * 5 *
6 * @param options {string | object} if this argument is a string, it 6 * @param options {string | object} if this argument is a string, it
7 * is intrepreted as a URL and a simple GET request is 7 * is intrepreted as a URL and a simple GET request is
8 * inititated. If it is an object, it should contain a `url` 8 * inititated. If it is an object, it should contain a `url`
...@@ -83,4 +83,4 @@ ...@@ -83,4 +83,4 @@
83 return request; 83 return request;
84 }; 84 };
85 85
86 })(window.videojs);
...\ No newline at end of file ...\ No newline at end of file
86 })(window.videojs);
......