From 58c4878526dec5510f23c812274686787d8724ba Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Fri, 13 Jun 2014 21:51:02 -0300 Subject: Imported Upstream version 7.0.1 --- bower_components/jquery/src/var/toString.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bower_components/jquery/src/var/toString.js (limited to 'bower_components/jquery/src/var/toString.js') 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; +}); -- cgit v1.2.3