short-url/public/vendor/jquery/src/var/toString.js
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

8 lines
104 B
JavaScript
Executable File
Vendored

define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.toString;
} );