Update config-loader.js

This commit is contained in:
RameshChoudhary 2016-03-24 04:46:07 +05:30
parent 6b4fdb8fff
commit ac35cb0f91
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ function mergeArraysDiffLength(target, config) {
Array.prototype.splice.apply(target, [0, target.length].concat(_.union(newTarget, config)));
}
function hasCompatibleType(origValue, newValue) {
if (origValue === null || origValue === undefined)
return true;