mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-26 22:17:10 +00:00
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
define( [
|
|
"./class2type"
|
|
], function( class2type ) {
|
|
return class2type.toString;
|
|
} );
|