short-url/public/vendor/jquery/src/var/toString.js

8 lines
104 B
JavaScript
Raw Normal View History

2020-07-01 08:57:45 +00:00
define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.toString;
} );