Extend does not work...
Closed this issue · 4 comments
Somebi commented
It should overwrite properties of initial object with new ones, but it doesn't...
Somebi commented
At least clone() method is working. :)
shimondoodkin commented
oops
ther example is wrong
the line should be
_.extend(basket1,basket2);
not
_.extend(basket2,basket1);
it works for me
shimondoodkin commented
can you give an example. because it works for me
Somebi commented
I was trying cloneextend(obj,{prop:'etc'}). Ok when i have time i'll post.