shimondoodkin/nodejs-clone-extend

Extend does not work...

Closed this issue · 4 comments

It should overwrite properties of initial object with new ones, but it doesn't...

At least clone() method is working. :)

oops
ther example is wrong
the line should be
_.extend(basket1,basket2);
not
_.extend(basket2,basket1);

it works for me

can you give an example. because it works for me

I was trying cloneextend(obj,{prop:'etc'}). Ok when i have time i'll post.