Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-07-06 00:34:54 +03:00
parent a20ea675ee
commit b3f45390ce

View File

@ -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){