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/attributes.js')
-rw-r--r--libs/bower_components/jquery/src/attributes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/bower_components/jquery/src/attributes.js b/libs/bower_components/jquery/src/attributes.js
index 0569013d4f..4a10974577 100644
--- a/libs/bower_components/jquery/src/attributes.js
+++ b/libs/bower_components/jquery/src/attributes.js
@@ -1,4 +1,4 @@
-define([
+define( [
"./core",
"./attributes/val",
"./attributes/attr",
@@ -8,4 +8,4 @@ define([
// Return jQuery for attributes-only inclusion
return jQuery;
-});
+} );