mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 13:16:05 +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 = function(visibility) {
|
||||||
this.setVisibility = visibility;
|
this.setVisibility = visibility;
|
||||||
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
// @deprecated
|
// @deprecated
|
||||||
|
@ -245,7 +246,7 @@ exports.getPathOfMyDocuments = function() {
|
||||||
|
|
||||||
exports.CdoCharset = PipeIPC.CdoCharset;
|
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.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user