added INSTALL.md (still empty)...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-28 01:23:03 +03:00
parent f58a052e3e
commit d6ee66d0d7
2 changed files with 1 additions and 1 deletions

0
INSTALL.md Normal file
View File

View File

@ -147,7 +147,7 @@ n
- By design this tool-set promotes a _cooperative_ model and makes it
hard to change/modify existing signatures / _contracts_ in _extending_
code, hence the restrictions.
- `mix(..)` and the `.mixin*(..)` (MetaActions/ActionSet) method family
- `mix(..)` and the `.mix*(..)` (MetaActions/ActionSet) method family
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.