Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemogiter authored Aug 4, 2019
1 parent 2f7fbdf commit f036591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/Functions/System/virtual desktop/script.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit f036591

Please sign in to comment.