diff options
Diffstat (limited to 'tools/eslint/node_modules/lodash/spread.js')
-rw-r--r-- | tools/eslint/node_modules/lodash/spread.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/spread.js b/tools/eslint/node_modules/lodash/spread.js index 9b70db6cc3..ee44c8d8d1 100644 --- a/tools/eslint/node_modules/lodash/spread.js +++ b/tools/eslint/node_modules/lodash/spread.js @@ -4,7 +4,7 @@ var apply = require('./_apply'), castSlice = require('./_castSlice'), toInteger = require('./toInteger'); -/** Used as the `TypeError` message for "Functions" methods. */ +/** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /* Built-in method references for those with the same name as other `lodash` methods. */ |