870b40e71601e981d18032ed102a44cdd158ffc3
[yaffs-website] / _has.js
1 var hasOwnProperty = {}.hasOwnProperty;
2 module.exports = function(it, key){
3   return hasOwnProperty.call(it, key);
4 };