mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update std.js
This commit is contained in:
parent
3ff02c442e
commit
d6cf95b345
|
@ -439,9 +439,11 @@ function AsyncFunction(f, __filename) {
|
||||||
return (pos > -1 ? path.substring(pos + 1) : "");
|
return (pos > -1 ? path.substring(pos + 1) : "");
|
||||||
})(WScript.ScriptFullName);
|
})(WScript.ScriptFullName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AsyncFunction.__counter__++;
|
||||||
};
|
};
|
||||||
AsyncFunction.counter = 0;
|
AsyncFunction.__counter__ = 0;
|
||||||
AsyncFunction.bind = function(exports, args) {
|
AsyncFunction.Resolve = function(exports, args) {
|
||||||
if (args.length < 2)
|
if (args.length < 2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -566,7 +568,7 @@ exports.Storage = StdStorage;
|
||||||
exports.alert = alert;
|
exports.alert = alert;
|
||||||
exports.confirm = confirm;
|
exports.confirm = confirm;
|
||||||
|
|
||||||
exports.VERSIONINFO = "WelsonJS Standard Library (std.js) version 0.8.5";
|
exports.VERSIONINFO = "WelsonJS Standard Library (std.js) version 0.8.6";
|
||||||
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