diff options
Diffstat (limited to 'alarm/node_modules/has/src/index.js')
-rw-r--r-- | alarm/node_modules/has/src/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/alarm/node_modules/has/src/index.js b/alarm/node_modules/has/src/index.js deleted file mode 100644 index dd92dd9..0000000 --- a/alarm/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); |