OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / core / var / rsingleTag.js
diff --git a/tools/side_chain_tool/web/node_modules/jquery/src/core/var/rsingleTag.js b/tools/side_chain_tool/web/node_modules/jquery/src/core/var/rsingleTag.js
deleted file mode 100644 (file)
index 4d6e8a0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-define( function() {
-       "use strict";
-
-       // Match a standalone tag
-       return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
-} );