We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c7c8d commit a5be90fCopy full SHA for a5be90f
src/manipulation/wrapMap.js
@@ -3,7 +3,7 @@ define( [
3
], function( support ) {
4
5
// We have to close these tags to support XHTML (#13200)
6
-var wrapMap = wrapMap = {
+var wrapMap = {
7
option: [ 1, "<select multiple='multiple'>", "</select>" ],
8
legend: [ 1, "<fieldset>", "</fieldset>" ],
9
area: [ 1, "<map>", "</map>" ],
0 commit comments