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/css/var/rmargin.js')
-rw-r--r--libs/bower_components/jquery/src/css/var/rmargin.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/bower_components/jquery/src/css/var/rmargin.js b/libs/bower_components/jquery/src/css/var/rmargin.js
index da0438db67..9be2212435 100644
--- a/libs/bower_components/jquery/src/css/var/rmargin.js
+++ b/libs/bower_components/jquery/src/css/var/rmargin.js
@@ -1,3 +1,3 @@
-define(function() {
- return (/^margin/);
-});
+define( function() {
+ return ( /^margin/ );
+} );