From 77c66ad69a44dcd65b850c4da063d1b8367245aa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 27 Sep 2016 06:19:55 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- actions.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actions.js b/actions.js index 3bbb79d..318cdbf 100755 --- a/actions.js +++ b/actions.js @@ -1301,6 +1301,11 @@ function Actions(a, b){ /*********************************************************************/ +// NOTE: this can only mix actions sets and MetaActions, i.e. only the +// actions, properties and .config will get handled... +// NOTE: MetaActions is a special case, if given it will be used as the +// prototype for the root object in the created chain... +// ...MetaActions order in the list has no effect. var mix = module.mix = function(){