summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/has/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/has/src/index.js')
-rw-r--r--tools/node_modules/eslint/node_modules/has/src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/has/src/index.js b/tools/node_modules/eslint/node_modules/has/src/index.js
new file mode 100644
index 0000000000..cdf328576e
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/has/src/index.js
@@ -0,0 +1,3 @@
+var bind = require('function-bind');
+
+module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);