mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-01-20 00:07:32 +00:00
Update winservice.js
fix wrong typo
This commit is contained in:
parent
2bff4df4be
commit
90ea515f41
|
|
@ -13,7 +13,7 @@ var VirtualInputObject = function() {
|
|||
} catch (e) {
|
||||
console.error("VirtualInputObject.create() -> " + e.message);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
this.moveMouse = function(x, y) {
|
||||
this.oAutoIt.MouseMove(x, y);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user