mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 18:11:20 +00:00
Fix #271
This commit is contained in:
parent
bbc3aa9a6e
commit
f2de8bc141
|
|
@ -614,11 +614,14 @@ exports.EventTarget = StdEventTarget;
|
||||||
exports.Accessor = StdAccessor;
|
exports.Accessor = StdAccessor;
|
||||||
exports.Storage = StdStorage;
|
exports.Storage = StdStorage;
|
||||||
|
|
||||||
|
// @deprecated
|
||||||
|
exports.EventableObject = StdEventTarget;
|
||||||
|
|
||||||
exports.alert = alert;
|
exports.alert = alert;
|
||||||
exports.confirm = confirm;
|
exports.confirm = confirm;
|
||||||
exports.prompt = prompt;
|
exports.prompt = prompt;
|
||||||
|
|
||||||
exports.VERSIONINFO = "WelsonJS Standard Library (std.js) version 0.8.17";
|
exports.VERSIONINFO = "WelsonJS Standard Library (std.js) version 0.8.18";
|
||||||
exports.AUTHOR = "gnh1201@catswords.re.kr";
|
exports.AUTHOR = "gnh1201@catswords.re.kr";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user