Bower updates.
This commit is contained in:
parent
bfbdd675db
commit
13733b8857
73 changed files with 2451 additions and 1553 deletions
|
@ -1,5 +0,0 @@
|
|||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /^(?:checkbox|radio)$/i );
|
||||
} );
|
|
@ -1,5 +1,8 @@
|
|||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
|
||||
// rtagName captures the name from the first start tag in a string of HTML
|
||||
// https://html.spec.whatwg.org/multipage/syntax.html#tag-open-state
|
||||
// https://html.spec.whatwg.org/multipage/syntax.html#tag-name-state
|
||||
return ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i );
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue