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:
parent
d21019ad78
commit
e2a1cac136
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user