summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/fp/toInteger.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/fp/toInteger.js')
-rw-r--r--tools/eslint/node_modules/lodash/fp/toInteger.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/fp/toInteger.js b/tools/eslint/node_modules/lodash/fp/toInteger.js
index 17e59a3d91..e0af6a750e 100644
--- a/tools/eslint/node_modules/lodash/fp/toInteger.js
+++ b/tools/eslint/node_modules/lodash/fp/toInteger.js
@@ -1 +1,5 @@
-module.exports = require('../toInteger');
+var convert = require('./convert'),
+ func = convert('toInteger', require('../toInteger'), require('./_falseOptions'));
+
+func.placeholder = require('./placeholder');
+module.exports = func;