diff --git a/lodash.js b/lodash.js index 7919e5325..67ff65117 100644 --- a/lodash.js +++ b/lodash.js @@ -6610,7 +6610,7 @@ if (key === 'constructor' && typeof object[key] === 'function') { return; } - + if (key == '__proto__') { return; }