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
5ec537e142
commit
9a583d0284
|
@ -522,11 +522,12 @@ global.GeneratorFunction = GeneratorFunction;
|
|||
|
||||
exports.Event = StdEvent;
|
||||
exports.EventTarget = StdEventTarget;
|
||||
exports.Storage = stdStorage;
|
||||
|
||||
exports.alert = alert;
|
||||
exports.confirm = confirm;
|
||||
|
||||
exports.VERSIONINFO = "WelsonJS Standard Library (std.js) version 0.8.9";
|
||||
exports.VERSIONINFO = "WelsonJS Standard Library (std.js) version 0.8.10";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user