minor tweaks to doc...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-11-11 02:13:40 +03:00
parent 3917412da0
commit da35c19b7f

View File

@ -304,7 +304,7 @@ actionSet.on('action_name.pre', function(){
actions are mainly load-time entities.
XXX add doc about the code format...
<!-- XXX add doc about the code format... -->
### The action system main protocols:
@ -479,8 +479,6 @@ the second arguments, and as normal a result on the post phase.
#### 4. Action attributes
XXX
```
<action-set>.getActionAttr('action', 'attr')
-> <value>
@ -663,7 +661,7 @@ done to prevent actions competing to return a value.
XXX need docs on mix(..) and .mix*(..) protocols...
<!-- XXX need docs on mix(..) and .mix*(..) protocols... -->
## License