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 'libs/bower_components/jquery/src/var/class2type.js')
-rw-r--r--libs/bower_components/jquery/src/var/class2type.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/bower_components/jquery/src/var/class2type.js b/libs/bower_components/jquery/src/var/class2type.js
index e674c3ba65..3a6932e11b 100644
--- a/libs/bower_components/jquery/src/var/class2type.js
+++ b/libs/bower_components/jquery/src/var/class2type.js
@@ -1,4 +1,5 @@
-define(function() {
+define( function() {
+
// [[Class]] -> type pairs
return {};
-});
+} );