Manipulation: correct wrapMap assign

This commit is contained in:
Oleg Gaidarenko 2015-12-22 21:41:14 +03:00
parent 71c7c8d0ba
commit a5be90fb29

View File

@ -3,7 +3,7 @@ define( [
], function( support ) { ], function( support ) {
// We have to close these tags to support XHTML (#13200) // We have to close these tags to support XHTML (#13200)
var wrapMap = wrapMap = { var wrapMap = {
option: [ 1, "<select multiple='multiple'>", "</select>" ], option: [ 1, "<select multiple='multiple'>", "</select>" ],
legend: [ 1, "<fieldset>", "</fieldset>" ], legend: [ 1, "<fieldset>", "</fieldset>" ],
area: [ 1, "<map>", "</map>" ], area: [ 1, "<map>", "</map>" ],