mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
Update toolkit.js
This commit is contained in:
parent
5f18e774fa
commit
20571742e7
|
@ -45,7 +45,7 @@ var ToolkitObject = function() {
|
||||||
|
|
||||||
var Toolkit = new ToolkitObject();
|
var Toolkit = new ToolkitObject();
|
||||||
|
|
||||||
exports.create = Toolkit.create();
|
exports.create = Toolkit.create;
|
||||||
exports.sendClick = Toolkit.sendClick;
|
exports.sendClick = Toolkit.sendClick;
|
||||||
exports.sendKeys = Toolkit.sendKeys;
|
exports.sendKeys = Toolkit.sendKeys;
|
||||||
exports.alert = Toolkit.alert;
|
exports.alert = Toolkit.alert;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user