yavsc/testOauthClient/wwwroot/lib/jquery/src/var/toString.js

5 lines
86 B
JavaScript
Raw Normal View History

2016-06-12 01:32:51 +02:00
define([
"./class2type"
], function( class2type ) {
return class2type.toString;
});