Home
last modified time | relevance | path

Searched refs:childConfig (Results 1 – 5 of 5) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js369 function mergeConfigs(parentConfig, childConfig) { argument
371 for (prop in childConfig) {
372 if (hasOwnProp(childConfig, prop)) {
373 if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {
376 extend(res[prop], childConfig[prop]);
377 } else if (childConfig[prop] != null) {
378 res[prop] = childConfig[prop];
386 !hasOwnProp(childConfig, prop) &&
/plugin/edittable/lib/
H A Dhandsontable.full.js7489 function mergeConfigs(parentConfig, childConfig) {
7491 for (prop in childConfig) {
7492 if (hasOwnProp(childConfig, prop)) {
7493 if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {
7496 extend(res[prop], childConfig[prop]);
7497 } else if (childConfig[prop] != null) {
7498 res[prop] = childConfig[prop];
7506 !hasOwnProp(childConfig, prop) &&
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js22076 var childConfig = utils.copy(config);
22077 delete childConfig.config;
22078 delete childConfig.templates;
22080 this.$content = this.$factory.createView(config.view, this, childConfig, this);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1childConfig","$initialized","unload","outerX","outerY","childSize","ViewLayout","$cell","byMaxSize…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1childConfig) {\n var res = extend({}, parentConfig), prop;\n for (prop in childConfi…