Skip to content

Commit a5be90f

Browse files
committed
Manipulation: correct wrapMap assign
1 parent 71c7c8d commit a5be90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manipulation/wrapMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ define( [
33
], function( support ) {
44

55
// We have to close these tags to support XHTML (#13200)
6-
var wrapMap = wrapMap = {
6+
var wrapMap = {
77
option: [ 1, "<select multiple='multiple'>", "</select>" ],
88
legend: [ 1, "<fieldset>", "</fieldset>" ],
99
area: [ 1, "<map>", "</map>" ],

0 commit comments

Comments
 (0)