From b3f45390ce696caf6ed64529bb5dcae6fbd2ee53 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 6 Jul 2019 00:34:54 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/object.js b/object.js index d14587f..fe2df4e 100755 --- a/object.js +++ b/object.js @@ -97,6 +97,9 @@ function(root, ...objects){ // Like .mixin(..) but will mixin all the methods/props/attrs directly // (flatly) into root... +// +// NOTE: essentially this is just like Object.assign(..) but copies +// properties directly rather than copying property values... var mixinFlat = module.mixinFlat = function(root, ...objects){