mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-19 07:10:58 +00:00
Update shell.js
This commit is contained in:
parent
98eb6bf8f6
commit
8a7b5c4a96
|
@ -192,6 +192,6 @@ exports.getPathOfMyDocuments = function() {
|
||||||
return (new ShellObject()).getPathOfMyDocuments();
|
return (new ShellObject()).getPathOfMyDocuments();
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3";
|
exports.VERSIONINFO = "Shell interface (shell.js) version 0.2";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user