From: Oleg Date: Wed, 19 Dec 2012 21:15:21 +0000 (+0400) Subject: Simplify wrapMap X-Git-Tag: 2.0.0b1~59^2~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c334878871b2fa71a445054d9442a3fd12b742d7;p=jquery.git Simplify wrapMap --- diff --git a/src/manipulation.js b/src/manipulation.js index b31ee03f9..513c4cfd2 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -15,7 +15,7 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^> param: [ 1, "" ], thead: [ 1, "" ], tr: [ 2, "
" ], - col: [ 2, "
", "
" ], + col: [ 2, "" ], td: [ 3, "
" ], _default: [ 0, "" ] };