sp-codes.de/bower_components/jquery/src/var/toString.js

6 lines
88 B
JavaScript
Raw Normal View History

2016-10-28 17:33:25 +00:00
define( [
"./class2type"
], function( class2type ) {
return class2type.toString;
} );