diff options
Diffstat (limited to 'tools/eslint/node_modules/lodash/_createWrap.js')
-rw-r--r-- | tools/eslint/node_modules/lodash/_createWrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/_createWrap.js b/tools/eslint/node_modules/lodash/_createWrap.js index 6afe6b5f3e..09dac309f7 100644 --- a/tools/eslint/node_modules/lodash/_createWrap.js +++ b/tools/eslint/node_modules/lodash/_createWrap.js @@ -9,7 +9,7 @@ var baseSetData = require('./_baseSetData'), setWrapToString = require('./_setWrapToString'), toInteger = require('./toInteger'); -/** Used as the `TypeError` message for "Functions" methods. */ +/** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** Used to compose bitmasks for function metadata. */ |