mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update shell.js
This commit is contained in:
parent
babfbe4e38
commit
a5dce5b55d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user