mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Update std.js
This commit is contained in:
parent
a20ce41f73
commit
64e556f37a
|
@ -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