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) {
|
if (document.exitFullscreen) {
|
||||||
document.exitFullscreen();
|
document.exitFullscreen();
|
||||||
} else if (document.mozCancelFullScreen) {
|
} else if (document.mozCancelFullScreen) {
|
||||||
document.mozCancelFullscreen();
|
document.mozCancelFullScreen();
|
||||||
} else if (document.webkitExitFullscreen) {
|
} else if (document.webkitExitFullscreen) {
|
||||||
document.webkitExitFullscreen()
|
document.webkitExitFullscreen()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue