From f03659157aad852a33ef96140857d665dc3aba51 Mon Sep 17 00:00:00 2001 From: Zemogiter Date: Sun, 4 Aug 2019 16:42:46 +0200 Subject: [PATCH] Update script.js --- Utils/Functions/System/virtual desktop/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/Functions/System/virtual desktop/script.js b/Utils/Functions/System/virtual desktop/script.js index c97ac53f60..9e4171dbfe 100644 --- a/Utils/Functions/System/virtual desktop/script.js +++ b/Utils/Functions/System/virtual desktop/script.js @@ -1,7 +1,7 @@ const screenManager = Bean("screenManager"); /** - * obtains the width of user's screen + * Obtains the width of user's screen * @returns {number} width of user's screen in pixels */ // eslint-disable-next-line no-unused-vars @@ -10,7 +10,7 @@ function getScreenWidth() { } /** - * obtains the height of user's screen + * Obtains the height of user's screen * @returns {number} height of user's screen in pixels */ // eslint-disable-next-line no-unused-vars