mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 10:20:09 +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**
|
**Action**
|
||||||
|
|
||||||
A full example:
|
Defined inside an action-set:
|
||||||
```javascript
|
```javascript
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
@ -237,6 +237,9 @@ Root Action o---|---x
|
|||||||
|
|
||||||
|
|
||||||
**Action (event) handler**
|
**Action (event) handler**
|
||||||
|
|
||||||
|
When `action_set` object is inherited from a `ActionSet` object or
|
||||||
|
from `MetaActions`:
|
||||||
```javascript
|
```javascript
|
||||||
action_set.on('action_name', function(){
|
action_set.on('action_name', function(){
|
||||||
// post code...
|
// post code...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user