added note to docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-09-27 16:02:35 +03:00
parent 1115fae0d5
commit 7ce700872b

View File

@ -151,6 +151,9 @@ n
usually copy references to actions to the target object, this is done usually copy references to actions to the target object, this is done
to go around the lack of multiple inheritance support in JavaScript to go around the lack of multiple inheritance support in JavaScript
and to enable clean action set reuse. 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.