From a5be90fb293e329500bb13ccd979161dddfcd075 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Tue, 22 Dec 2015 21:41:14 +0300 Subject: [PATCH] Manipulation: correct wrapMap assign --- src/manipulation/wrapMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, "", "" ], -- 2.39.5