hasOwnProp = function()

in static/assets/js/modernizr.js [231:233]


      hasOwnProp = function (object, property) {
        return _hasOwnProperty.call(object, property);
      };