From b56e5c671ce89f1c8ddc67a4ac8d2f59de04ea85 Mon Sep 17 00:00:00 2001 From: Jonathan Barronville Date: Sat, 7 Jun 2014 19:13:28 -0400 Subject: Yo. --- 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