mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
added note to docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1115fae0d5
commit
7ce700872b
@ -151,6 +151,9 @@ n
|
||||
usually copy references to actions to the target object, this is done
|
||||
to go around the lack of multiple inheritance support in JavaScript
|
||||
and to enable clean action set reuse.
|
||||
- `mix(..)` _mixes_ actions in order, i.e. later overloads the former,
|
||||
this is not the same as the traditional multiple inheritance order in
|
||||
languages such as Python where the order is reversed.
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user