mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a20ea675ee
commit
b3f45390ce
@ -97,6 +97,9 @@ function(root, ...objects){
|
|||||||
|
|
||||||
// Like .mixin(..) but will mixin all the methods/props/attrs directly
|
// Like .mixin(..) but will mixin all the methods/props/attrs directly
|
||||||
// (flatly) into root...
|
// (flatly) into root...
|
||||||
|
//
|
||||||
|
// NOTE: essentially this is just like Object.assign(..) but copies
|
||||||
|
// properties directly rather than copying property values...
|
||||||
var mixinFlat =
|
var mixinFlat =
|
||||||
module.mixinFlat =
|
module.mixinFlat =
|
||||||
function(root, ...objects){
|
function(root, ...objects){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user