snipe_it/bower_components/jquery/src/var/toString.js
2017-01-11 03:05:06 -08:00

7 lines
104 B
JavaScript

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