mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 05:01:03 +00:00
Update virtualinput.js
This commit is contained in:
parent
6fc3c7b508
commit
6b7a900d7b
|
@ -27,5 +27,5 @@ var VirtualInputObject = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.create = function() {
|
exports.create = function() {
|
||||||
return (new VirtualInputObject()).create();
|
return new VirtualInputObject();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user