From 1115fae0d5dda921f58824600e76ee4dffb963c9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 27 Sep 2016 15:56:50 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- actions.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actions.js b/actions.js index 318cdbf..9dbcc72 100755 --- a/actions.js +++ b/actions.js @@ -1306,6 +1306,10 @@ function Actions(a, b){ // 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. +// +// XXX what the mix order should be? +// base, extending, surface - order of application (current) +// surface, extending, base - python-like var mix = module.mix = function(){