summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/jquery/src/var/hasOwn.js
blob: 44ab6807d8b84b0a30952a28033ad7d771762f9f (plain)
1
2
3
4
5
6
7
define( [
	"./class2type"
], function( class2type ) {
	"use strict";

	return class2type.hasOwnProperty;
} );