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/core/var/rsingleTag.js')
-rw-r--r--libs/bower_components/jquery/src/core/var/rsingleTag.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/bower_components/jquery/src/core/var/rsingleTag.js b/libs/bower_components/jquery/src/core/var/rsingleTag.js
index 7e7090b77b..1a55ee39d2 100644
--- a/libs/bower_components/jquery/src/core/var/rsingleTag.js
+++ b/libs/bower_components/jquery/src/core/var/rsingleTag.js
@@ -1,4 +1,5 @@
-define(function() {
+define( function() {
+
// Match a standalone tag
- return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
-});
+ return ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
+} );