1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-27 00:41:09 +02:00

Added INPUT_CLEAR function (#366)

* Added INPUT_CLEAR function

* Fixed linting issue

* Fixed formatting
This commit is contained in:
Tim Voronov
2019-09-01 16:09:35 -04:00
committed by GitHub
parent 2a8135657d
commit af1125c8e9
17 changed files with 1705 additions and 88 deletions

View File

@ -37,6 +37,7 @@ func RegisterLib(ns core.Namespace) error {
"INNER_TEXT_SET": SetInnerText,
"INNER_TEXT_ALL": GetInnerTextAll,
"INPUT": Input,
"INPUT_CLEAR": InputClear,
"MOUSE": MouseMoveXY,
"NAVIGATE": Navigate,
"NAVIGATE_BACK": NavigateBack,