mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +00:00
Update shell.js
This commit is contained in:
parent
4b02143a44
commit
83bc9a4b58
|
@ -16,7 +16,7 @@ var ShellObject = function() {
|
||||||
|
|
||||||
this.stdout = null;
|
this.stdout = null;
|
||||||
this.stderr = null;
|
this.stderr = null;
|
||||||
this.target = null;
|
this.prefix = null;
|
||||||
|
|
||||||
this.create = function() {
|
this.create = function() {
|
||||||
try {
|
try {
|
||||||
|
@ -29,8 +29,8 @@ var ShellObject = function() {
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setTarget = function(target) {
|
this.setPrefix = function(prefix) {
|
||||||
this.target = target;
|
this.prefix = prefix;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setCharset = function(charset) {
|
this.setCharset = function(charset) {
|
||||||
|
@ -220,7 +220,7 @@ exports.getPathOfMyDocuments = function() {
|
||||||
|
|
||||||
exports.CdoCharset = PipeIPC.CdoCharset;
|
exports.CdoCharset = PipeIPC.CdoCharset;
|
||||||
|
|
||||||
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.8";
|
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.9";
|
||||||
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