diff --git a/lodash.js b/lodash.js index 5febbeb12..98c7fc270 100644 --- a/lodash.js +++ b/lodash.js @@ -2276,6 +2276,7 @@ var setData = !defineProperty ? noop : function(func, value) { descriptor.value = value; defineProperty(func, expando, descriptor); + descriptor.value = null; }; /**