Skip to content

Commit

Permalink
Added note to fullscreen externs test
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Dec 3, 2013
1 parent c23ca52 commit 15a0d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){};
Expand Down

0 comments on commit 15a0d7d

Please sign in to comment.