mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Simplify wrapMap
This commit is contained in:
parent
1043fa8971
commit
c334878871
@ -15,7 +15,7 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
|
||||
param: [ 1, "<object>" ],
|
||||
thead: [ 1, "<table>" ],
|
||||
tr: [ 2, "<table><tbody>" ],
|
||||
col: [ 2, "<table><tbody></tbody><colgroup>", "</table>" ],
|
||||
col: [ 2, "<table><tbody></tbody><colgroup>" ],
|
||||
td: [ 3, "<table><tbody><tr>" ],
|
||||
_default: [ 0, "" ]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user