Browse Source

remove unneeded comment

pull/80/head
Gary Katsevman 11 years ago
parent
commit
5be1a83d8c
  1. 2
      test/videojs-hls_test.js

2
test/videojs-hls_test.js

@ -122,6 +122,7 @@ module('HLS', {
};
xhrUrls = [];
},
teardown: function() {
videojs.Flash.isSupported = oldFlashSupported;
videojs.hls.supportsNativeHls = oldSupportsNativeHls;
@ -129,7 +130,6 @@ module('HLS', {
videojs.SourceBuffer = oldSourceBuffer;
window.setTimeout = oldSetTimeout;
xhr.restore();
//window.XMLHttpRequest = oldXhr;
}
});

Loading…
Cancel
Save