Resolved style issue
This commit is contained in:
parent
41af081c55
commit
ab723b5490
|
@ -32,7 +32,6 @@ ConfigLoader.loadDataSources = function(rootDir, env) {
|
||||||
*/
|
*/
|
||||||
ConfigLoader.loadModels = function(rootDir, env) {
|
ConfigLoader.loadModels = function(rootDir, env) {
|
||||||
/*jshint unused:false */
|
/*jshint unused:false */
|
||||||
//return tryReadJsonConfig(rootDir, 'model-config') || {};
|
|
||||||
return loadNamed(rootDir, env, 'model-config', mergeModelConfig);
|
return loadNamed(rootDir, env, 'model-config', mergeModelConfig);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue