Skip to content

Commit

Permalink
Removed mozRequestFullScreen.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored Aug 15, 2021
1 parent 2eea81d commit 3b1c71d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@

if (document.body.requestFullScreen) {
document.body.requestFullScreen( { navigationUI: 'hide' } );
} else if (document.body.mozRequestFullScreen) {
document.body.mozRequestFullScreen();
} else if (document.body.webkitRequestFullScreen) {
document.body.webkitRequestFullScreen( Element.ALLOW_KEYBOARD_INPUT );
}
Expand Down

0 comments on commit 3b1c71d

Please sign in to comment.