$.has.js 117 Bytes Raw Blame History Permalink 1 2 3 4 var hasOwnProperty = {}.hasOwnProperty; module.exports = function(it, key){ return hasOwnProperty.call(it, key); };