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/toString.js')
-rw-r--r--libs/bower_components/jquery/src/var/toString.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/bower_components/jquery/src/var/toString.js b/libs/bower_components/jquery/src/var/toString.js
index ca92d22224..80ac7f13f2 100644
--- a/libs/bower_components/jquery/src/var/toString.js
+++ b/libs/bower_components/jquery/src/var/toString.js
@@ -1,5 +1,5 @@
-define([
+define( [
"./class2type"
], function( class2type ) {
return class2type.toString;
-});
+} );