From: Oleg Gaidarenko Date: Tue, 22 Dec 2015 18:41:14 +0000 (+0300) Subject: Manipulation: correct wrapMap assign X-Git-Tag: 1.12.0~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5be90fb293e329500bb13ccd979161dddfcd075;p=jquery.git Manipulation: correct wrapMap assign --- diff --git a/src/manipulation/wrapMap.js b/src/manipulation/wrapMap.js index ae9615eff..a6c07dfd5 100644 --- a/src/manipulation/wrapMap.js +++ b/src/manipulation/wrapMap.js @@ -3,7 +3,7 @@ define( [ ], function( support ) { // We have to close these tags to support XHTML (#13200) -var wrapMap = wrapMap = { +var wrapMap = { option: [ 1, "" ], legend: [ 1, "
", "
" ], area: [ 1, "", "" ],