diff --git a/lodash.js b/lodash.js index e88f5dac0..94b746469 100644 --- a/lodash.js +++ b/lodash.js @@ -14462,6 +14462,7 @@ // Ensure wrappers are instances of `baseLodash`. lodash.prototype = baseLodash.prototype; + lodash.prototype.constructor = lodash; LodashWrapper.prototype = baseCreate(baseLodash.prototype); LodashWrapper.prototype.constructor = LodashWrapper;