Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch

This commit is contained in:
Timmy Willison
2014-11-03 12:34:45 -05:00
parent 7a607c5673
commit 758fd6cea9
3 changed files with 3 additions and 4 deletions

View File

@@ -46,7 +46,6 @@ wrapMap.optgroup = wrapMap.option;
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
wrapMap.th = wrapMap.td;
// Support: 1.x compatibility
// Manipulating tables requires a tbody
function manipulationTarget( elem, content ) {
return jQuery.nodeName( elem, "table" ) &&