From ac79aca5a85794e0bde5be6d2d7e5735142e1d0e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 12 Apr 2020 00:57:43 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object.js b/object.js index 4b9ee73..f5bdafb 100755 --- a/object.js +++ b/object.js @@ -79,7 +79,7 @@ function(method, name, that){ // // root <-- object1_copy <-- .. <-- objectN_copy // -// +// XXX use .mixinFlat(..) inside... var mixin = module.mixin = function(root, ...objects){