Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery/src/var/class2type.js')
-rw-r--r--node_modules/jquery/src/var/class2type.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/jquery/src/var/class2type.js b/node_modules/jquery/src/var/class2type.js
new file mode 100644
index 0000000000..3a6932e11b
--- /dev/null
+++ b/node_modules/jquery/src/var/class2type.js
@@ -0,0 +1,5 @@
+define( function() {
+
+ // [[Class]] -> type pairs
+ return {};
+} );