aboutsummaryrefslogtreecommitdiffstats
path: root/app/bower_components/jquery/src/var/hasOwn.js
blob: 92f323e046e17f98f75ca1a3f44537adf0eb2b00 (plain)
1
2
3
4
5
define( [
	"./class2type"
], function( class2type ) {
	return class2type.hasOwnProperty;
} );