jiti-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
..
actionTypes.js [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
actions.js Introduce features/base/config 2017-04-23 15:18:41 -05:00
functions.js fix(config): override config values instead of merging 2017-08-21 07:07:18 -05:00
getRoomName.js [RN] Support JSON Web Token (JWT) 2017-05-09 00:21:14 -05:00
index.js Create config util 2017-05-09 00:21:13 -05:00
parseURLParams.js [RN] Converge with Web's ExternalAPI a bit 2017-07-27 16:48:38 -05:00
reducer.js [RN] Use a more resilient way for testing if we are on React Native 2017-07-19 16:40:06 -05:00