From f58a052e3e22a19496bac4a6d345555c54f8ed0c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 27 Aug 2016 14:46:55 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9ea144..b7c834a 100644 --- a/README.md +++ b/README.md @@ -147,9 +147,10 @@ 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(..)`, the mixin 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. +- `mix(..)` and the `.mixin*(..)` (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.