Searched refs:mergeConfigs (Results 1 – 3 of 3) sorted by relevance
369 function mergeConfigs(parentConfig, childConfig) { function1899 locales[name] = new Locale(mergeConfigs(parentConfig, config));1929 config = mergeConfigs(parentConfig, config);
7489 function mergeConfigs(parentConfig, childConfig) {9010 locales[name] = new Locale(mergeConfigs(parentConfig, config));9039 config = mergeConfigs(parentConfig, config);
1 …mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig), prop;\n …