Delete empty strings

This commit is contained in:
cyber-dream 2023-05-11 02:17:50 +03:00
parent 7f2c7f065c
commit 50d7924728

View File

@ -186,8 +186,6 @@ class WebDesktopEnvironment{
}) })
} }
/** /**
* @param {string} appId * @param {string} appId
* @param {number} width * @param {number} width
@ -350,9 +348,6 @@ class WindowsCompositor{
class WebFS{ class WebFS{
constructor(){
console.log("fs loaded")
}
/** /**
* @param {string} path * @param {string} path
* @returns {boolean} * @returns {boolean}