mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-23 00:28:10 +02:00
Feature/#250 wait style 2 (#260)
* Added WAIT_STYLE and WAIT_NO_STYLE * Added WAIT_NO_STYLE and WAIT_NO_STYLE_ALL functions
This commit is contained in:
@ -56,6 +56,10 @@ func NewLib() map[string]core.Function {
|
||||
"WAIT_NO_CLASS": WaitNoClass,
|
||||
"WAIT_CLASS_ALL": WaitClassAll,
|
||||
"WAIT_NO_CLASS_ALL": WaitNoClassAll,
|
||||
"WAIT_STYLE": WaitStyle,
|
||||
"WAIT_NO_STYLE": WaitNoStyle,
|
||||
"WAIT_STYLE_ALL": WaitStyleAll,
|
||||
"WAIT_NO_STYLE_ALL": WaitNoStyleAll,
|
||||
"WAIT_NAVIGATION": WaitNavigation,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user