1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-26 08:51:09 +02:00

fix typo for unpatchCanPlayType

This commit is contained in:
Gary Katsevman 2014-03-26 16:58:49 -04:00
parent d21019ad78
commit e2a1cac136

View File

@ -41,7 +41,7 @@ test('should re-link the player if the tech is moved', function(){
test('patchCanPlayType and unpatchCanPlayType are available on Html5 object', function() {
ok(vjs.Html5.patchCanPlayType, 'patchCanPlayType is available');
ok(vjs.Html5.unatchCanPlayType, 'unpatchCanPlayType is available');
ok(vjs.Html5.unpatchCanPlayType, 'unpatchCanPlayType is available');
});
test('patchCanPlayType patches canplaytype with our function, conditionally', function() {