Version 1
[yaffs-website] / vendor / geedmo / yamm3 / demo / components / jquery / src / var / toString.js
diff --git a/vendor/geedmo/yamm3/demo/components/jquery/src/var/toString.js b/vendor/geedmo/yamm3/demo/components/jquery/src/var/toString.js
new file mode 100644 (file)
index 0000000..ca92d22
--- /dev/null
@@ -0,0 +1,5 @@
+define([
+       "./class2type"
+], function( class2type ) {
+       return class2type.toString;
+});