Update virtualinput.js

This commit is contained in:
Namhyeon Go 2021-06-20 06:08:55 +09:00 committed by GitHub
parent 6fc3c7b508
commit 6b7a900d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,5 @@ var VirtualInputObject = function() {
};
exports.create = function() {
return (new VirtualInputObject()).create();
return new VirtualInputObject();
};