Removes unrelated comment.

This commit is contained in:
yanas 2016-10-13 15:17:15 -05:00
parent ee31d24f7c
commit 36fdb3127f
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ function bindEvents() {
'webkitfullscreenchange mozfullscreenchange fullscreenchange',
() => {
let isFullScreen = document.fullscreenElement
|| document.mozFullScreenElement // current working methods
|| document.mozFullScreenElement
|| document.webkitFullscreenElement
|| document.msFullscreenElement;