Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / core / var / rsingleTag.js
diff --git a/ecomp-portal-FE/client/bower_components/jquery/src/core/var/rsingleTag.js b/ecomp-portal-FE/client/bower_components/jquery/src/core/var/rsingleTag.js
new file mode 100644 (file)
index 0000000..1a55ee3
--- /dev/null
@@ -0,0 +1,5 @@
+define( function() {
+
+       // Match a standalone tag
+       return ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
+} );