]> source.dussan.org Git - jquery.git/commitdiff
Manipulation: correct wrapMap assign
authorOleg Gaidarenko <markelog@gmail.com>
Tue, 22 Dec 2015 18:41:14 +0000 (21:41 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Tue, 22 Dec 2015 18:41:14 +0000 (21:41 +0300)
src/manipulation/wrapMap.js

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