diff --git a/lodash.js b/lodash.js index 19ab64263..7e9d44c97 100644 --- a/lodash.js +++ b/lodash.js @@ -6358,7 +6358,8 @@ return defineProperty(func, 'toString', { 'configurable': true, 'enumerable': false, - 'value': constant(string) + 'value': constant(string), + 'writable': true }); };