mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Manipulation: correct wrapMap assign
This commit is contained in:
parent
71c7c8d0ba
commit
a5be90fb29
@ -3,7 +3,7 @@ define( [
|
||||
], function( support ) {
|
||||
|
||||
// We have to close these tags to support XHTML (#13200)
|
||||
var wrapMap = wrapMap = {
|
||||
var wrapMap = {
|
||||
option: [ 1, "<select multiple='multiple'>", "</select>" ],
|
||||
legend: [ 1, "<fieldset>", "</fieldset>" ],
|
||||
area: [ 1, "<map>", "</map>" ],
|
||||
|
Loading…
Reference in New Issue
Block a user