typo
This commit is contained in:
parent
be0aaa2db6
commit
aede993d74
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Ox.Fullscreen = (function() {
|
|||
if (document.exitFullscreen) {
|
||||
document.exitFullscreen();
|
||||
} else if (document.mozCancelFullScreen) {
|
||||
document.mozCancelFullscreen();
|
||||
document.mozCancelFullScreen();
|
||||
} else if (document.webkitExitFullscreen) {
|
||||
document.webkitExitFullscreen()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue