summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/has/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/has/src/index.js')
-rw-r--r--includes/external/school/node_modules/has/src/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/external/school/node_modules/has/src/index.js b/includes/external/school/node_modules/has/src/index.js
deleted file mode 100644
index dd92dd9..0000000
--- a/includes/external/school/node_modules/has/src/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-'use strict';
-
-var bind = require('function-bind');
-
-module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);