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