mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
Added note to fullscreen externs test
This commit is contained in:
parent
c23ca5200c
commit
15a0d7dbb6
@ -107,6 +107,8 @@ test('videojs.players should be available after minification', function() {
|
||||
player.dispose();
|
||||
});
|
||||
|
||||
// NOTE: This test could be removed after we've landed on a permanent
|
||||
// externs/exports strategy. See comment on videojs/video.js#853
|
||||
test('fullscreenToggle does not depend on minified player methods', function(){
|
||||
var noop, player, fullscreen, requestFullScreen, cancelFullScreen;
|
||||
noop = function(){};
|
||||
|
Loading…
x
Reference in New Issue
Block a user