Blame view

bower_components/jquery/src/var/hasOwn.js 92 Bytes
c5169e0e   Renato De Donato   a new hope
1
  define([
74249687   Luigi Serra   Cross browser con...
2
3
4
  	"./class2type"
  ], function( class2type ) {
  	return class2type.hasOwnProperty;
c5169e0e   Renato De Donato   a new hope
5
  });