From 4565469216ca4e4bb7fe3bd431f700406db107dd Mon Sep 17 00:00:00 2001 From: cpsdqs Date: Mon, 11 Sep 2017 18:15:53 +0200 Subject: [PATCH] Typo. --- js/term.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/term.js b/js/term.js index a7e877b..aa634e3 100644 --- a/js/term.js +++ b/js/term.js @@ -47,7 +47,7 @@ window.termInit = function (labels, theme) { // add fullscreen mode & button if (Element.prototype.requestFullscreen || Element.prototype.webkitRequestFullscreen) { let checkForFullscreen = function () { - // document.fullscreenElement is not really support yet, so here's a hack + // document.fullscreenElement is not really supported yet, so here's a hack if (isFullscreen && (innerWidth !== window.screen.width || innerHeight !== window.screen.height)) { isFullscreen = false fitScreenIfNeeded()