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

	return class2type.toString;
} );