1
0
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:
Steve Heffernan 2013-12-02 17:31:18 -08:00
parent c23ca5200c
commit 15a0d7dbb6

View File

@ -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(){};