mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
working on docs..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
75a142e32f
commit
fcc2ac64bd
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user