Update shell.js

This commit is contained in:
Namhyeon Go 2025-01-15 14:42:58 +09:00
parent babfbe4e38
commit a5dce5b55d

View File

@ -56,6 +56,7 @@ var ShellObject = function() {
this.setVisibility = function(visibility) {
this.setVisibility = visibility;
return this;
};
// @deprecated
@ -245,7 +246,7 @@ exports.getPathOfMyDocuments = function() {
exports.CdoCharset = PipeIPC.CdoCharset;
exports.VERSIONINFO = "Windows Shell Interface (shell.js) version 0.3.16";
exports.VERSIONINFO = "Windows Shell Interface (shell.js) version 0.3.17";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;