remove unneeded comment
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -122,6 +122,7 @@ module('HLS', { | ... | @@ -122,6 +122,7 @@ module('HLS', { |
122 | }; | 122 | }; |
123 | xhrUrls = []; | 123 | xhrUrls = []; |
124 | }, | 124 | }, |
125 | |||
125 | teardown: function() { | 126 | teardown: function() { |
126 | videojs.Flash.isSupported = oldFlashSupported; | 127 | videojs.Flash.isSupported = oldFlashSupported; |
127 | videojs.hls.supportsNativeHls = oldSupportsNativeHls; | 128 | videojs.hls.supportsNativeHls = oldSupportsNativeHls; |
... | @@ -129,7 +130,6 @@ module('HLS', { | ... | @@ -129,7 +130,6 @@ module('HLS', { |
129 | videojs.SourceBuffer = oldSourceBuffer; | 130 | videojs.SourceBuffer = oldSourceBuffer; |
130 | window.setTimeout = oldSetTimeout; | 131 | window.setTimeout = oldSetTimeout; |
131 | xhr.restore(); | 132 | xhr.restore(); |
132 | //window.XMLHttpRequest = oldXhr; | ||
133 | } | 133 | } |
134 | }); | 134 | }); |
135 | 135 | ... | ... |
-
Please register or sign in to post a comment