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