working on docs..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-24 02:57:44 +03:00
parent 75a142e32f
commit fcc2ac64bd

View File

@ -174,7 +174,7 @@ var inherited = Actions(full, {
**Action**
A full example:
Defined inside an action-set:
```javascript
// ...
@ -237,6 +237,9 @@ Root Action o---|---x
**Action (event) handler**
When `action_set` object is inherited from a `ActionSet` object or
from `MetaActions`:
```javascript
action_set.on('action_name', function(){
// post code...