goliatone / gextend

Simple Object extend helper module
MIT License
0 stars 0 forks source link

Refactor and add merge arrays #10

Open goliatone opened 2 years ago

goliatone commented 2 years ago

Add global variable extend.mergeArrays if true then we will concat arrays instead of overriding them as we do now. We set this value set to false as it might break previous behavior.