mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Move parsing methods to their own files (separates manipulation dependency from core)
Conflicts: src/core.js
This commit is contained in:
4
src/var/rsingleTag.js
Normal file
4
src/var/rsingleTag.js
Normal file
@@ -0,0 +1,4 @@
|
||||
define(function() {
|
||||
// Match a standalone tag
|
||||
return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
|
||||
});
|
||||
Reference in New Issue
Block a user