mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update autoit.js
This commit is contained in:
parent
c9bc48ad88
commit
0f8557b09f
|
@ -55,4 +55,8 @@ function AutoItObject() {
|
|||
|
||||
exports.create = function() {
|
||||
return new AutoItObject();
|
||||
};
|
||||
};
|
||||
|
||||
exports.VERSIONINFO = "AutoIt API interface version 0.1.3";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user