Files
jitsi-meet/react/features/base/config
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-04-23 15:18:41 -05:00
2017-05-26 16:37:22 -05:00
2017-05-09 00:21:13 -05:00