|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
} |
|
|
|
|
var defaultProps = extend(this._defaultConfig(config), props); |
|
|
|
|
var modifiedDefaultProps = (config && config.type && BI.OB.configFunctions[config.type + ".props"]) ? BI.reduce(BI.OB.configFunctions[config.type + ".props"], function (value, conf, index) { |
|
|
|
|
return extend({}, conf, value.fn(defaultProps, config, value.opt)); |
|
|
|
|
return extend(conf, value.fn(defaultProps, config, value.opt)); |
|
|
|
|
}, {}) : null; |
|
|
|
|
this.options = extend(defaultProps, modifiedDefaultProps, config); |
|
|
|
|
}, |
|
|
|
|