updated npm modules
This commit is contained in:
3
node_modules/jquery/src/core/var/rsingleTag.js
generated
vendored
3
node_modules/jquery/src/core/var/rsingleTag.js
generated
vendored
@@ -1,6 +1,7 @@
|
||||
define( function() {
|
||||
"use strict";
|
||||
|
||||
// Match a standalone tag
|
||||
// rsingleTag matches a string consisting of a single HTML element with no attributes
|
||||
// and captures the element's name
|
||||
return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user