Files
jitsi-meet/react/features
Leonard Kim 5358f022ff fix(config): override config values instead of merging
Iterate over objects and copy over primitives and arrays
instead of using _.merge, as merge will not replace a config
entry completely. For arrays in a target object, the arrays
will have its indices replaced. This means if a source array
is empty, the target array will be left alone. Similarly,
if the target array is longer than a source array, there
will be indices not touched in the target array.
2017-08-21 07:07:18 -05:00
..
2017-08-11 17:07:24 -07:00
2017-08-18 14:45:00 -05:00
2017-06-14 22:17:35 -05:00
2017-07-19 16:25:06 -05:00