mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +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) : "");
|
||||
})(WScript.ScriptFullName);
|
||||
}
|
||||
|
||||
AsyncFunction.__counter__++;
|
||||
};
|
||||
AsyncFunction.counter = 0;
|
||||
AsyncFunction.bind = function(exports, args) {
|
||||
AsyncFunction.__counter__ = 0;
|
||||
AsyncFunction.Resolve = function(exports, args) {
|
||||
if (args.length < 2)
|
||||
return;
|
||||
|
||||
|
@ -566,7 +568,7 @@ exports.Storage = StdStorage;
|
|||
exports.alert = alert;
|
||||
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.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user