diff --git a/lodash.js b/lodash.js index 629378af0..0d1577784 100644 --- a/lodash.js +++ b/lodash.js @@ -8789,7 +8789,7 @@ props = noOpts && isObj && keys(source), methodNames = props && baseFunctions(source, props); - if (!source || (props && props.length && !methodNames.length) || (noOpts && !isObj)) { + if ((props && props.length && !methodNames.length) || (noOpts && !isObj)) { if (noOpts) { options = source; }