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