Skip to content

Commit

Permalink
FLUID-4779: Removing a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
anvk committed Sep 11, 2012
1 parent 9d7b3a1 commit 0c3eb34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/VideoPlayer.js
Expand Up @@ -34,8 +34,6 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
return isHtml5Browser ? fluid.typeTag("fluid.browser.html5") : undefined;
};

// FLUID-4779: This check should be removed once we implement our own fullScreen mode
// and won't rely on browser's built-in fullscreen mode
fluid.browser.noFullScreenMode = function () {
var v = $("<video />")[0],
noFullScreenMode = v.mozRequestFullScreen || v.webkitRequestFullScreen || v.oRequestFullScreen || v.msieRequestFullScreen;
Expand Down

0 comments on commit 0c3eb34

Please sign in to comment.