mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 22:51:18 -09:00
add the semicolons
This commit is contained in:
parent
c80f35f796
commit
28f6946b3a
@ -4,9 +4,9 @@
|
|||||||
var oldF11 = HTMLElement.prototype.requestFullscreen;
|
var oldF11 = HTMLElement.prototype.requestFullscreen;
|
||||||
HTMLElement.prototype.requestFullscreen = function () {
|
HTMLElement.prototype.requestFullscreen = function () {
|
||||||
if (this instanceof HTMLBodyElement) {
|
if (this instanceof HTMLBodyElement) {
|
||||||
oldF11.apply(this, [])
|
oldF11.apply(this, []);
|
||||||
} else {
|
} else {
|
||||||
document.body.requestFullscreen()
|
document.body.requestFullscreen();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})();
|
})();
|
Loading…
x
Reference in New Issue
Block a user