diff options
Diffstat (limited to 'bower_components/jquery/src/var/toString.js')
| -rw-r--r-- | bower_components/jquery/src/var/toString.js | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/bower_components/jquery/src/var/toString.js b/bower_components/jquery/src/var/toString.js new file mode 100644 index 0000000..ca92d22 --- /dev/null +++ b/bower_components/jquery/src/var/toString.js @@ -0,0 +1,5 @@ +define([ +	"./class2type" +], function( class2type ) { +	return class2type.toString; +}); | 
