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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/bower_components/jquery/src/attributes.js b/libs/bower_components/jquery/src/attributes.js
index 0569013d4f..691e0c0343 100644
--- a/libs/bower_components/jquery/src/attributes.js
+++ b/libs/bower_components/jquery/src/attributes.js
@@ -1,11 +1,11 @@
-define([
+define( [
"./core",
- "./attributes/val",
"./attributes/attr",
"./attributes/prop",
- "./attributes/classes"
+ "./attributes/classes",
+ "./attributes/val"
], function( jQuery ) {
// Return jQuery for attributes-only inclusion
return jQuery;
-});
+} );