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/ajax/var')
-rw-r--r--libs/bower_components/jquery/src/ajax/var/nonce.js4
-rw-r--r--libs/bower_components/jquery/src/ajax/var/rquery.js6
2 files changed, 5 insertions, 5 deletions
diff --git a/libs/bower_components/jquery/src/ajax/var/nonce.js b/libs/bower_components/jquery/src/ajax/var/nonce.js
index 0871aae881..83fd557c87 100644
--- a/libs/bower_components/jquery/src/ajax/var/nonce.js
+++ b/libs/bower_components/jquery/src/ajax/var/nonce.js
@@ -1,5 +1,5 @@
-define([
+define( [
"../../core"
], function( jQuery ) {
return jQuery.now();
-});
+} );
diff --git a/libs/bower_components/jquery/src/ajax/var/rquery.js b/libs/bower_components/jquery/src/ajax/var/rquery.js
index 500a77a089..0502146ca8 100644
--- a/libs/bower_components/jquery/src/ajax/var/rquery.js
+++ b/libs/bower_components/jquery/src/ajax/var/rquery.js
@@ -1,3 +1,3 @@
-define(function() {
- return (/\?/);
-});
+define( function() {
+ return ( /\?/ );
+} );